yii2-usuario
yii2-usuario copied to clipboard
Highly customizable and extensible user management, authentication, and authorization Yii2 extension
Hi: I have to put a field of "type of user" (it's like the types of user of Wordpress: editor, contributor, collaborator, ...) Would it be good idea to put...
Migration: m000000_000006_add_two_factor_fields $this->addColumn('{{%user}}', 'auth_tf_enabled', $this->boolean()->defaultValue(**0**)); **0 -> false** $this->addColumn('{{%user}}', 'auth_tf_enabled', $this->boolean()->defaultValue(**false**)); or i got error using postgres
### What steps will reproduce the problem? Being new to this great extension Yii2-usuario I'm stuck with the first steps. I asked [a newbie question on StackOverflow](https://stackoverflow.com/questions/57664709/yii2-usuario-check-for-admin) but there was...
I'd like to add a custom field to profile (well, indeed, several ;-) I wonder if the good way to do is to "override" profile model. Should I modify the...
I am planning to make a major refactor to the module so to make the library more manageable and scalable. This is what is being planned: - [ ] Work...
### What steps will reproduce the problem? At the users list the dates are not displayed properly ### What is the expected result? 24 oct. 2017, 19:30:40 ### What do...
### What steps will reproduce the problem? - Update a user - Click "Assignments" - Click Items field to display list - A list of both roles and permissions is...
### What steps will reproduce the problem? Try to enable LDAP authentication for usuario ### What is the expected result? There's no plugin or similar ### What do you get...
I'd like to override MailService class in order to use an external mailer service (like mailchimp, mailjet...) Basically I need to add specific headers when doing `$mailer->compose()`, and I can't...
### What steps will reproduce the problem? I can't change id of user becouse FK is no action for ON UPDATE What a reason for this behavior? for `profile`, `social_account`,...