I'm sure this has been answered somewhere but I can't find it after a few hours of searching. What I want to do is allow users to to create their own account but only be able to read until I give them the permissions to edit articles. I can figure out the part needed to create a new group but I'm having trouble telling it to give new users a specific group permission. I'm probably just not looking in the right places but if someone could help me out or at least point me in the right direction that would be much appreciated.
相关问题
- Django check user group permissions
- SQL Server 2012- Create Database permission denied
- Using AJAX to get a specific DOM Element (using Ja
- PostgreSQL + Rails: is it possible to have a write
- Python Permission Error when reading
相关文章
- Flutter - http.get fails on macos build target: Co
- unable to access '/Users/dida/.config/git/attr
- BroadcastReceiver permission for adb shell
- Passing an equal sign ('=') to a parameter
- Android 6 revoked permissions checked as granted
- Permission Denial: broadcasting Intent android.pro
- AWS EC2 tomcat permission denied creating/writing
- Get location with Wikimedia API
Try doing it the other way around: Give the default user group read only permission, and then elevate users to a trusted users group.