Support Questions

Find answers, ask questions, and share your expertise

Who agreed with this solution

avatar
Contributor

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.

View solution in original post

Who agreed with this solution