How to unlock user admin

Hi,

i solve my problem, using directly the database.
i execute this query :
update act_id_user set lock_exp_time_= NULL where id_ = ‘admin’
it works!!! :slight_smile:

1 Like