Registration.pl

From EPrints Documentation
Jump to: navigation, search

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


Back to cfg.d

registration.pl contain configuration for the registration of new users. This includes:

  • $c->{allow_web_signup} - Whether anyone can signup for a user account via the registration page.
  • $c->{allow_reset_password} - Whether the page to reset passwords for existing user accounts is enabled.
  • $c->{default_user_type} - The type of user account created when a user registers. Default type is user.
  • $c->{check_registation_email} - A function to check whether signups are allowed based on the email address used. (E.g. only email addresses from a particular domain). Commented out by default.