yii2-user
yii2-user copied to clipboard
Yii2 user authentication module
Hello I want to keep social login. But disable social registration. How is it possible? ## Update Found these lines in `controllers/AuthController.php`: ``` public function loginRegisterCallback($client) { // ...previous lines...
I just installed your module and attempted to log in with the neo/neo credentials. It returned a Fatal PHP error: Undefined class constant 'STATUS_INACTIVE'. See attached image of the complete...
I got a problem, if I login on other device with [Remember Me] checked and forget logout. Then the device can stay login until manual logout. Even I change the...
When I want to logout, i recieve this message: Getting unknown property: amnah\yii2\user\models\Role::can_? Any idea how to fix it??
`$this->module`, as used in many classes in the plugin, does not return the module object with my config. Instead, it returns yii\web\Application, causing code to break (controllers/AdminController::findModel, for instance). I...
Hi, I'm trying to get a users full name (not username/email etc) I've tried using "$fullusername = Yii::$app->profile->full_name;" however Yii throws an error saying it can't find the class. Is...
Right now, the user tables are using mysql TIMESTAMP integer and `gmdate("Y-m-d H:i:s")` in the code. To avoid the 1970-2038 limitation (20 years from now), I believe it's better to...
Considering my question, is there any other way to extend a BaseController without using the copy function, as I still want to maintain updates to your library?
Hi to all, I was wondering if this module could be extended to prevent delete the same user role in brackend? it's possible? Thanks,
How set another default status