You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Disabled Links for Admin/Owner Without Application
Behavior:
Users, Integrations, and Notifications links are disabled for Admins/Owners if no application exists.
Steps to Reproduce:
Login with Admin/Owner credentials.
Navigate to the home screen.
Notice the "Users" link in the left navigation is disabled.
Suggestion:
Consider allowing privileged users (Admins/Owners) to manage users even if no applications exist.
4. Password Change Does Not Logout Other Sessions
Expected Behavior:
When a user changes their password, they should be logged out of all sessions except the current one.
5. Revoking Current Session Behavior
Expected Behavior:
Users should not be allowed to revoke their current session. If allowed, they should be immediately logged out of the current session.
The text was updated successfully, but these errors were encountered:
1. Password Reset Email Not Received
Steps to Reproduce:
http://localhost:3001/forgot-password
.2. Request Access Error: Invalid CSRF Token
Error:
Express error handler on route
/api/instanceSettings/requestAccess
returns "Invalid CSRF token."Steps to Reproduce:
3. Disabled Links for Admin/Owner Without Application
Behavior:
Users, Integrations, and Notifications links are disabled for Admins/Owners if no application exists.
Steps to Reproduce:
Suggestion:
Consider allowing privileged users (Admins/Owners) to manage users even if no applications exist.
4. Password Change Does Not Logout Other Sessions
Expected Behavior:
When a user changes their password, they should be logged out of all sessions except the current one.
5. Revoking Current Session Behavior
Expected Behavior:
Users should not be allowed to revoke their current session. If allowed, they should be immediately logged out of the current session.
The text was updated successfully, but these errors were encountered: