Livio Spring ae1e86ed9a
fix(login): remove normalization to prevent username enumeration
# Which Problems Are Solved

The username entered by the user was resp. replaced by the stored user's username. This provided a possibility to enumerate usernames as unknown usernames were not normalized.

# How the Problems Are Solved

- Store and display the username as entered by the user.
- Removed the part where the loginname was always set to the user's loginname when retrieving the `nextSteps`

# Additional Changes

None

# Additional Context

None

(cherry picked from commit 14de8ecac2afafee4975ed7ac26f3ca4a2b0f82c)
2025-03-31 12:49:55 +02:00
..
2025-03-28 07:40:30 +01:00
2025-02-12 14:51:55 +00:00
2024-11-28 10:06:52 +00:00
2025-03-04 13:46:48 +01:00