- Links
100% right
Starting with version 3.2.1, Siremis can be configured to allow public registration of new users.
You have to edit siremis/modules/sipadmin/config/common.Main.php and set to true the variable $cfg_siremis_public_registrations, like:
$cfg_siremis_public_registrations = true;
Then registration form is at the URL http://yourwebsite.com/siremis/user/register – for example if your website runs on loopback address 127.0.0.1, the registration form can be accessed via:
If you do a fresh installation, before users can register properly, you have to add a SIP domain via 'SIP Admin' Panel. Have in mind that Siremis itself at the current version is not fully multi-domain capable, the usernames have to be unique across all domains if you want to allow self-management via web.
If you want to allow existing users to manage their SIP profile, you have to create a Siremis user for them.
From Administrator panel, add new user via 'User Management' link and add the new user to 'SIP User' role. It is important to keep the same username for SIP and Siremis profiles.
One Siremis profile is created, the SIP user can login via Siremis login page and will get access to the pages that allow management of own SIP profile.