Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth: Activate public mode via PHOTOPRISM_AUTH_MODE="public" #2565

Closed
danackerson opened this issue Jul 30, 2022 · 2 comments
Closed

Auth: Activate public mode via PHOTOPRISM_AUTH_MODE="public" #2565

danackerson opened this issue Jul 30, 2022 · 2 comments
Assignees
Labels
bug Something isn't working released Available in the stable release

Comments

@danackerson
Copy link

1. What is not working as documented?

I've updated my docker-compose.yml accordingly:

--  PHOTOPRISM_PUBLIC: "true" # No authentication required (disables password protection)
++ PHOTOPRISM_AUTH_MODE: "public" # authentication mode (public, password)

2. How can we reproduce it?

Steps to reproduce the behavior:

  1. Go to my photoprism website
  2. Redirected to /auth/login

3. What behavior do you expect?

No login screen as I chose "public" AUTH_MODE.

4. What could be the cause of your problem?

Using PHOTOPRISM_AUTH_MODE: "public". Reverting to PHOTOPRISM_PUBLIC: "true" works as expected.

6. Which software versions do you use?

(a) PhotoPrism Architecture & Build Number: AMD64, ARM64, ARMv7,...
PhotoPrism® CE
Build 220728-729ddd920

(b) Database Type & Version: MariaDB, MySQL, SQLite,...
MariaDB

(c) Operating System Types & Versions: Linux, Windows, Android,...
macOS
(d) Browser Types & Versions: Firefox, Chrome, Safari on iPhone,...
Chrome on macOS

@danackerson danackerson added the bug Something isn't working label Jul 30, 2022
@graciousgrey
Copy link
Member

Related to #2559

@lastzero lastzero changed the title PHOTOPRISM_AUTH_MODE requires login Auth: PHOTOPRISM_AUTH_MODE="public" still requires login Jul 30, 2022
lastzero added a commit that referenced this issue Jul 30, 2022
Signed-off-by: Michael Mayer <michael@photoprism.app>
@lastzero lastzero self-assigned this Jul 30, 2022
@lastzero lastzero added the please-test Ready for acceptance test label Jul 30, 2022
@lastzero
Copy link
Member

Started a new preview build build for testing. If it works, we can release it today!

@lastzero lastzero changed the title Auth: PHOTOPRISM_AUTH_MODE="public" still requires login Auth: Activate public mode via PHOTOPRISM_AUTH_MODE="public" Jul 30, 2022
@lastzero lastzero added released Available in the stable release and removed please-test Ready for acceptance test labels Jul 30, 2022
@lastzero lastzero moved this to Released 🌈 in Roadmap 🚀✨ Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released Available in the stable release
Projects
Status: Release 🌈
Development

No branches or pull requests

3 participants