Hello,
I like to have that I can make a Admin user.
But only the admin user can provide a login name and password and can reset passwords.
Can I have this with Yii?
Roelof
Hello,
I like to have that I can make a Admin user.
But only the admin user can provide a login name and password and can reset passwords.
Can I have this with Yii?
Roelof
Yes, you can archieve that with Yii. I suggest you go through the documentation for ACL and RBAC to understand the principles. Then you might customize yii2-user module (didn’t try that one myself) to suit your needs or write your own.
You might also use gui extension for rbac manager for role management, and write the
> admin user can provide a login name and password and can reset passwords
logic yourself.
UPD:
This looks like something you might use: Another yii2-auth
Thanks,
I will read them and will do some testing.
Roelof