User registration
Appearance
User registration
New users can register by going to https://unix.dog/register. The registration endpoint (Perl) will create an entry under the OU=Unverified,DC=unix,DC=dog organizational unit with the user's encrypted password and provided information[1]. It will then send an email to the administrators for manual verification.
Verification steps
- Copy emailed LDIF into
ldapmodify. - Run provided
setup_userscript with username. - Respond to registration email with welcome message.
Notes
- ↑ git.unix.dog/UNIX.dog/website, lib/unix_dog/Controller/Register.pm.