-
-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create admin during installation, allow multiple admins #1602
Conversation
Co-authored-by: Matthias Nagel <matthias.h.nagel@posteo.de>
Co-authored-by: Matthias Nagel <matthias.h.nagel@posteo.de>
Co-authored-by: Matthias Nagel <matthias.h.nagel@posteo.de>
Co-authored-by: Matthias Nagel <matthias.h.nagel@posteo.de>
…into user-installation
…into user-installation
At initial admin user creation, there need to be a password validation check, namely a second password field to confirm that the password is entered properly as chosen (to avoid typos mistakes etc). Ideally there needs to be a visual feedback that the button has been clicked. <!-- Do not change even a single character in the block below without
also updating the checksum in config/secure-headers.php! -->
<script>
document.addEventListener("DOMContentLoaded", function(event) {
document.querySelector("form").addEventListener("submit", function(e){
document.querySelector("form").hidden = true;
var text = document.createElement("div");
text.innerHTML = "Migration started. <b>DO NOT REFRESH THE PAGE</b>.";
document.querySelector(".form").appendChild(text);
// e.preventDefault(); //stop form from submitting
});
});
</script> |
Co-authored-by: Benoît Viguier <ildyria@users.noreply.github.com>
I'd do this in another PR and get this one out first, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Requires #1539 to be merged.
TODO
users
andsym_links
!?)