Skip to Content.
Sympa Menu

en - Re: [sympa-users] strange password problem

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun - CRU <address@concealed>
  • To: Miles Fidelman <address@concealed>, address@concealed
  • Subject: Re: [sympa-users] strange password problem
  • Date: Thu, 11 Mar 2004 14:25:39 +0100

User passwords are stored in the 'password_user' field of the 'user_table' DB table.
This field can be :
  1. encrypted password, starting with 'crypt.'
  2. clear form password, without the 'crypt.' prefix
  3. empty => then an initxxxpassword will be calculated when needed (remind password requested by user)
So you could just remove the encrypted passwords from the database and then run a "REMIND *" command.

Miles Fidelman a écrit :
Thanks for the response, but it doesn't quite solve my problem.

I have the old cookie, but... I now have a password file that has a mix of passwords encrypted with the old cookie, and a few encrypted with the new one - [...]
-- 
Olivier Salaun
Comite Reseau des Universites



Archive powered by MHonArc 2.6.19+.

Top of Page