Jump to content

User registration

From UNIX.dog Wiki

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

  1. Copy emailed LDIF into ldapmodify.
  2. Run provided setup_user script with username.
  3. Respond to registration email with welcome message.

Notes

  1. git.unix.dog/UNIX.dog/website, lib/unix_dog/Controller/Register.pm.