mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.56k stars 468 forks source link

Forget password doesn't work with GLOBAL_LOGIN_REQUIRED = True #561

Open lemmings67 opened 1 year ago

lemmings67 commented 1 year ago

Describe the issue With "GLOBAL_LOGIN_REQUIRED = True" option enable, when I try to use the forget password link, a login page doesn't "print" the forget password page.

To Reproduce

  1. Enable GLOBAL_LOGIN_REQUIRED = True
  2. Try to request "forget password"
  3. The login page is displayed and no request password page is available

Environment (please complete the following information):

KyleMaas commented 1 year ago

Related?

https://github.com/mediacms-io/mediacms/pull/483

ritter-cloudrizon commented 1 year ago

@lemmings67 @KyleMaas @mgogoulos added the exception into the settings file.

KyleMaas commented 11 months ago

@ritter-cloudrizon Cool. Haven't tested this yet, but thanks!