tomolimo / processmaker

GLPI plugin that provides an interface with ProcessMaker (http://www.processmaker.com/)
30 stars 11 forks source link

WARNING: User's account has expired #125

Closed jojude05 closed 3 years ago

jojude05 commented 3 years ago

Hello Tom,

After the installation, first time logging to processmaker admin account , i cant signin successfully. Throwing the below warning on the login screen,

WARNING: User's account has expired

kinldy assist.

regards, Joseph Jude

jojude05 commented 3 years ago

Thanks issue solved, I tried the below steps to update the due date directly in the users and rbac_users table, UPDATE rbac_users SET USR_DUE_DATE = '2030-01-01' WHERE USR_UID = '00000000000000000000000000000001'; update users set USR_DUE_DATE = '2030-01-01' where USR_UID ='00000000000000000000000000000001';

Worked..

regards, jUDE

tomolimo commented 3 years ago

Hello @jojude05 Yes, this is the way to solve this. Thank you, Regards, Tomolimo