Answer the question
In order to leave comments, you need to log in
How to set up database authorization in Yii2?
By default it has this value:
private static $users = [
'100' => [
'id' => '100',
'username' => 'admin',
'password' => 'admin',
'authKey' => 'test100key',
'accessToken' => '100-token',
],
'101' => [
'id' => '101',
'username' => 'demo',
'password' => 'demo',
'authKey' => 'test101key',
'accessToken' => '101-token',
],
];
Answer the question
In order to leave comments, you need to log in
but in Russian:
rgblog.ru/page/sozdanie-sajta-na-yii-framework-20-...
www.elisdn.ru/blog/65/seo-service-on-yii2-moving-u...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question