ChimeraOS / ChimeraOS/chimera

lost webui password

Open
#303 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
286
Forks
34
PR merge metrics
No merged PRs in 30d

Description

Tried to use the same password so i unticked the "generate a new password at each login" but ended up on a blank screen after logging. While not knowing if the logging was successfull.
Logs are OK :
```
[gamer@chimeraos ~]$ journalctl -f --user-unit chimera
Oct 18 14:09:33 chimeraos chimera[1492]: 192.168.127.248 - - [18/Oct/2023:14:09:33 +0200] "POST /authenticate HTTP/1.1" 303 0 "http://chimeraos.local:8844/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0"
Oct 18 14:09:33 chimeraos chimera[1492]: 192.168.127.248 - - [18/Oct/2023:14:09:33 +0200] "GET / HTTP/1.1" 303 0 "http://chimeraos.local:8844/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0"
Oct 18 14:09:33 chimeraos chimera[1492]: 192.168.127.248 - - [18/Oct/2023:14:09:33 +0200] "GET /library HTTP/1.1" 200 4891 "http://chimeraos.local:8844/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0"
```

i could login successfully by pasting the hash located in :
`cat /tmp/chimera-local-password`

Don't know if that's a bug, but it could help someone.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the login flow with “generate a new password at each login” disabled, then inspect the /authenticate, /, and /library requests in the logs. Compare the behavior with the password from /tmp/chimera-local-password. Done means the login outcome is clear and the library page is displayed, or the expected behavior is documented if the report is not reproducible.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
authentication, web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.