Skip to Content.
Sympa Menu

devel - [sympa-developpers] sympa "login is blocked"

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: "McLaren, Terry" <address@concealed>
  • To: "address@concealed" <address@concealed>, "address@concealed" <address@concealed>
  • Subject: [sympa-developpers] sympa "login is blocked"
  • Date: Thu, 18 Mar 2021 16:40:04 +0000

Sympa Users / Dev - Is there a way to reset the wrong password count for a user’s account through the UI?   If not, can you add this feature to the [Sympa admin] > Users  page?     I couldn’t find one in sympa server  6.1.x or 6.2.x.

 

The only solutions I found are:

  1. A backend mysql call
  1. mysql> update user_table set wrong_login_count_user = 0 where email_user like "address@concealed";
change the 'max_wrong_password' to something larger than the current value.
  1. E.g.   max_wrong_password      37

 

Regards,

 

Terry McLaren

 




Archive powered by MHonArc 2.6.19+.

Top of Page