unable to edit user or create new
Status: Beta
Brought to you by:
tomsommer
Just installed phpPlanner - looks good but I'm unable to
change passwords or e-mail for Admin account, and it is
not accepting new users when attempting to register.
Keep receiving wrong username or password message in
both cases.
Located at www.prosser.ca/phpplanner/
Logged In: YES
user_id=502675
Did you try the "nightly" version?
Logged In: YES
user_id=1162271
Hello,
the easy way is in comment.php Line 151:
return
eregi('^[[:alnum:]]+(-?\.?[[:alnum:]_]+)+@{1}[[:alnum:]]+(-?.?[[:alnum:]_]+)+.{1}([[:alpha:]]{2,4})$',
$email);
Thats all fine
Logged In: NO
the same here: http://www.unsere-pfoten.de/planer/
Logged In: YES
user_id=1874107
Originator: NO
Go2 phpMyAdmin and change the value false into TRUE like this:
`allow_add` enum('true','false') NOT NULL default 'false',
or edit the above line in the .sql file and import it...
This will solve the wrong username or password message, because now the user haves rights. Without this change the user have no rights, so can't login properly.