See the README for current tweaks

This commit is contained in:
2023-05-31 11:51:12 +01:00
parent 97407e9532
commit a67214d024
18 changed files with 1260 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
# sprinkle-anti-dashboard
# sprinkle-uf-tweaks
Removes the dashboard permission from 'users' role.
Fixes/tweaks a few "issues" with the default UserFrosting installation, including:
- Removes the uri_dashboard permission from 'users' role
- Adds the uri_dashboard permission to the site-admin and group-admin roles
- Restructures the dashboard to be more role-friendly
- Fixes the authenticator generating 'PHP Notice's (parameter to count() must be an array)
- Don't send the user to the account settings on login, send them to the index instead
- Adds a user creation button to the group admin page
- Fixes showing user activity depending on the current user's permission to view it
- Allow site-admins to view roles & permissions
- Allow site-admins to edit basic role details (name, slug & description)