Project

General

Profile

Actions

Bug #4088

closed

Accessing password_resets URIs return 302s and redirect to the login page

Added by Katello Issue Migration about 10 years ago. Updated over 5 years ago.

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

Description

While attempting to reset admin's password on my environment I observed the following:

Submitting the password reset form, with User: admin e-mail: root@localhost, generates a 302 redirecting the /katello/user_session (which in turn is a 200 response).

Querying the DB (as I do not have e-mail configured) with:

katelloschema=# select password_reset_token from users where username='admin';

returns the value '64b9f799dc89264da7391685f38de6567480f6279d0b5b6ad9e0dac95e2828d7'.

Browsing to https://172.31.21.75/katello/password_resets/64b9f799dc89264da7391685f38de6567480f6279d0b5b6ad9e0dac95e2828d7/edit generates a 302 Moved response to /katello/user_session/new with not response data, just a redirection.

This observation is with Fedora 18, I have not tested with RHEL 6, but jsherrill appears to have reproduced this issue as well.

Created: nigeljonez on May 15, 2013 03:01 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/2288

Actions #1

Updated by Eric Helms almost 10 years ago

  • Status changed from New to Closed
  • Triaged set to Yes

Katello, post engification, no longer carries password reset functionality (as that should be handled by the core) so this bug is no longer relevant.

Actions #2

Updated by Eric Helms over 9 years ago

  • translation missing: en.field_release set to 13
Actions

Also available in: Atom PDF