-
-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Description
Version 1.10.0 of the Contao Manager introduced Passkey support, this however does not explain that Passkeys are used at all.
Issue
When creating an account , I expect to add a password, this however has been moved into a dropdown being invisible (inside a button).
It should most likely also not be named Use password for login but something like Use password for account creation. We aren't logging in nowhere, the button in the dropdown suggests otherwise.
Passkeys also don't work in an insecure context (when installing it locally using XAMPP, MAMPP, symfony serve --no-tls etc.).
Proposal
Make it a two-step process:
- Type in your username
- Be asked if you want to create a password or a passkey
Miscellaneous
I once got credentials for the Manager that were sent like this which will obviously not work as people don't know about the user creation as that is a new feature that hasn't been documented properly / users knowing Contao for years do not know about it. Anybody can guess what I thought.
"Username: Admin"
"Password: Passkey (Admin)"
Miscellaneous 2
If I am tasked as an employee to prepare a Contao on some random hoster for a client, I shouldn't be the one that creates an admin account using a passkey as it would be tied to my machine, hence why that option should be selectable.