Created 11-20-2015 04:32 PM
If you forget the admin password, you can reset it by executing db sql:
update x_portal_user set password = 'ceb4f32325eda6142bd65215f4c0f371' where login_id = 'admin';
This will reset the password to 'admin'. Then, they should change the password via UI.