Project

General

Custom queries

Profile

Actions

Bug #19529

closed

Unable to access plugin pages when user email is not provided

Added by Walden Raines almost 8 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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:


Related issues 1 (0 open1 closed)

Has duplicate Foreman - Bug #18826: User without email encounters UrlGenerationErrorDuplicateKavita Gaikwad03/07/2017Actions

Added by Eric Helms over 7 years ago

Revision f92cc173 (diff)

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.

Added by Eric Helms over 7 years ago

Revision 2ec74f0a (diff)

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.

Actions

Also available in: Atom PDF