mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 02:40:09 +00:00
Signed-off-by: Simon L. <szaimen@e.mail.de> Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com>
12 lines
877 B
Markdown
12 lines
877 B
Markdown
# AIO passphrase change
|
|
|
|
- [ ] In the AIO passphrase change section you should see two input fields. And below the requirements for a new passphrase
|
|
- [ ] When entering nothing it should report that you need to enter your current AIO passphrase
|
|
- [ ] When entering a false passphrase, it should report that to you
|
|
- [ ] After entering your current passphrase and leaving the new passphrase empty it should report that you need to enter a new passphrase
|
|
- [ ] After entering a new passphrase shorter than 24 characters or not allowed characters, it should report that the passphrase requirements are not met.
|
|
- [ ] `sdfjlksj` should not be accepted
|
|
- [ ] `jdsfklöjiroewoäsadjkfölk` should not be accepted
|
|
- [ ] `sdjlfj SDJFLK 32489 sdjklf` should be accepted, which should reload the page
|
|
|
|
You can now continue with [040-login-behavior.md](./040-login-behavior.md) |