[Pkg-sympa-devel] Bug#671644: can't register after installing

Daniel Pocock daniel at pocock.com.au
Sat May 5 15:21:13 UTC 2012


Package: sympa
Version: 6.1.4~dfsg-1~bpo60+1
Severity: important

I've just installed sympa as a fresh install

I go to the web interface, click the `First login' link and type my
email address

I receive the ticket email and click the link

I enter a password in both boxes

Instead of creating the new account, wws gives me this error:

   "ERROR (setpasswd) - You need to login"

I notice there is nothing in the user_table:

mysql> select * from user_table;
Empty set (0.00 sec)

but there are entries in the one_time_ticket_table:

mysql> select * from one_time_ticket_table;
+------------------------+-------------------------+-------------------------------+----------------------+----------------------+-----------------------------+------------------------+
| ticket_one_time_ticket | robot_one_time_ticket   |
email_one_time_ticket         | date_one_time_ticket |
data_one_time_ticket | remote_addr_one_time_ticket |
status_one_time_ticket |
+------------------------+-------------------------+-------------------------------+----------------------+----------------------+-----------------------------+------------------------+

(suppressed)

+------------------------+-------------------------+-------------------------------+----------------------+----------------------+-----------------------------+------------------------+
1 rows in set (0.00 sec)


I also tried manually creating an entry in user_table with an INSERT
statement, and if I try to log in, I get the error:

  ERROR () - Provided password is incorrect ERROR (setpasswd) - You need
to login





More information about the Pkg-sympa-devel mailing list