• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

forgot admin account Chevereto

Version
v3
PHP version
7.4
Database driver
MySQL
Database version
10.1.48
Web browser
chrome
Chevereto doesn't store plain passwords, it stores hashes. To recover an account you will require to follow the password-reset account procedure.
 
sanhpv: You dont need to use the password reset feature to regain access to your account. YOu can do it manually through phpMyadmin:

Look at the table chv_logins

Locate the column: login_secret

Find the login id that you want to reset the password for (login_id 1 should be the admin account)

Edit the corresponding login_id / login_secret using the hash generator tool @ https://phppasswordhash.com/

I've also been locked out of my system before and had to use this method.
 
sanhpv: Bạn không cần sử dụng tính năng đặt lại mật khẩu để lấy lại quyền truy cập vào tài khoản của mình. Bạn có thể làm điều đó theo cách thủ công thông qua phpMyadmin:

Nhìn vào bảng chv_logins

Định vị cột: login_secret

Tìm id đăng nhập mà bạn muốn đặt lại mật khẩu (login_id 1 phải là tài khoản quản trị)

Chỉnh sửa login_id / login_secret tương ứng bằng cách sử dụng công cụ tạo băm @ https://phppasswordhash.com/

Tôi cũng đã bị khóa khỏi hệ thống của mình trước đây và phải sử dụng phương pháp này.
thanks
 
Back
Top