Nếu quên mật khẩu, bạn cần xóa bảng users
để đặt lại mật khẩu:
docker stop your-webapp-container-id
docker exec -it your-mysql-container-id mysql -uroot -p
mysql.conf
).users
hay không:
show tables in waweb;
users
:
drop table waweb.users;
exit;
docker restart your-webapp-container-id
waweb
.users
trong cơ sở dữ liệu này để biết mục nhập dành cho quản trị viên.Hãy tham khảo tài liệu về Đăng nhập và xác thực để xem hướng dẫn duy trì đăng nhập.