-
Notifications
You must be signed in to change notification settings - Fork 53
Registration limiting
In certain scenarios you might want to limit or completely disable registration, and to accommodate this Atom CMS ship with 2 options, which you can read more about below.
In certain periods you may want to disable registration on your hotel completely for various reasons and to do just that, all you have to do is to head into your website_settings
table and set disable_registration
to 1
. This will prohibit registration for any new users until re-enabled.
You may be working hard on preparing your hotel for the launch, and you might want to invite a few friends to test it out before you launch it to the public. To do just that, we have made it possible to create beta codes that you can give to your friends to test out your hotel before you launching it.
First of all you will have to enable the beta code requirement by setting requires_beta_code
to 1
inside your website_settings
table.
Secondly to create a beta code, head into your beta_codes
table and create a new row by filling out the beta_code column with a unique code and the user_id column. A beta code can only be used once, once used the user who used it will be assigned to the user_id column, for you to keep track of who uses which code.