Installed yii2
advanced
. I turn to the admin part, and there they ask me to log in. I understand that the question is stupidest, but I didn’t google it, what is the default login and password. admin/admin
not suitable. Please tell me where it can be viewed.
|
3 answers
go to the database and change the user password
- oneDatabase stores passwords in clear form !? O_o - Visman
- oneIn the sense of? In the code you need to find where the password is encrypted and generate your own. What does it have to do with it? - gudfar
- one
зайди в базу данных и поменяй пароль юзера
<- there is nothing written like that here;) - Visman - Well, there is something like that :) It's obvious - gudfar
|
everything turned out to be stupidly simple. You just had to register first with the name admin
|
On the frontend page, select SignUp and register an account.
|