MantisBT
Перейти к навигации
Перейти к поиску
Изменение пароля без почты
mysql -u root -p use bugtracker; update mantis_user_table set password=md5('password') where username='username';