Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-05-21 02:03:53

johnisevil
Member
From: Southern Ontario Canada
Registered: 2004-12-22
Posts: 20
Website

Multiple users

Is there any way to get around Textpattern needing to email new user information? I’ve tried adding new users on multiple hosts and setups nothing gets sent. This is a serious inconvenience right now. What I’m asking if there’s any way to add a user and set their password for them.

Offline

#2 2007-05-22 07:59:49

juanjonavarro
Plugin Author
From: Valencia, Spain
Registered: 2005-05-16
Posts: 485
Website

Re: Multiple users

Create the user. Then go to phpmyadmin an type the following sentence:

update txp_users set pass=password('pw123') where name='user'

where ‘user’ is the user login and ‘pw123’ is the desired password,

Offline

#3 2007-05-22 08:06:05

FireFusion
Member
Registered: 2005-05-10
Posts: 698

Re: Multiple users

Set their email address to yours?

Offline

#4 2007-05-30 16:17:46

johnisevil
Member
From: Southern Ontario Canada
Registered: 2004-12-22
Posts: 20
Website

Re: Multiple users

This looks to be a Textpattern issue because when talking to the admin of the server my site is run from, he said when Textpattern is attempting to send the email with login information, it’s not going through at all because the server is blocking null senders.

Offline

#5 2007-05-30 16:32:58

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Multiple users

I don’t see Textpattern sending mail with a null sender (<>) in the SMTP handshake when I test it here myself (it uses <ruud> instead as that’s my user name on the server). Can your admin provide mail logs that show this behaviour?

Blocking null senders isn’t really a good idea anyway, see rfc-ignorant

Last edited by ruud (2007-05-30 16:33:30)

Offline

#6 2007-05-31 02:35:20

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Multiple users

Make sure you have specified a valid email address for yourself (and other Publishers).

Offline

Board footer

Powered by FluxBB