mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Add a disclaimer that the account creation is not an actual thing
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
b6c51622ea
commit
109ade9841
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ function pprompt(message) {
|
|||
}
|
||||
|
||||
async function user_account_create() {
|
||||
alert(
|
||||
"This account is not a *real* account, this is just a toy to refer \
|
||||
to you by your username and for more realistic 'root' access"
|
||||
);
|
||||
|
||||
let username = pprompt(`Enter (make up) your username`);
|
||||
let password = pprompt(`Enter the password for '${username}'`);
|
||||
let password_confirm = pprompt(`Confirm the password for '${username}'`);
|
||||
|
|
Loading…
Add table
Reference in a new issue