Bug #19529
closedUnable to access plugin pages when user email is not provided
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1435414
Description of problem:
Accessing pages without providing email leading into error screen
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Create a user with minimum data (login, autorize by and password)
2. Add Role "Viewer" to user
3. Logout and Login with new user credentials. System will redirect to user edit page on first access.
4.Access some page. Ex: Content -> Product
Actual results:
Error msg on screen (see screenshot)
Expected results:
Meaningful error message.
Additional info:
Added by Eric Helms over 7 years ago
Added by Eric Helms over 7 years ago
Fixes #19529: Use main_app for redirect in case of plugins
Sometimes when entering the require_mail filter, the plugins context
is carried over and the route cannot be matched. Using main_app ensures
that it will resolve the path from the proper context.
Fixes #19529: Use main_app for redirect in case of plugins
Sometimes when entering the require_mail filter, the plugins context
is carried over and the route cannot be matched. Using main_app ensures
that it will resolve the path from the proper context.