Maltix PhoneSite Registration function
The benefits for all visitors
William Nicholls
Last Update 8 months ago
The registration function in a Maltix PhoneSite is designed to handle the entire registration process, from validating user input to creating a new user account and managing user sessions. It provides a seamless and secure way for users to create accounts and access personalised features within the app.
The register function is a built-in feature that allows users to create a new account or register themselves.
This function utilises high speed one off authentication.
Once the user fills out the registration form and submits it, the register function kicks in. Behind the scenes, the register function will typically perform several tasks:
1. Validate the user's input: The register function will validate the user's input to ensure that all required fields are filled out correctly. This may include checking the email address format, password strength, or any other custom validation rules set by the app developer.
2. Create a new user account: If the user's input passes the validation, the register function will create a new user account in the app's database. This involves storing the user's information, such as their name and email address, along with a securely hashed password.
3. Send a verification email (optional): In some cases, the register function may also send a verification email to the user's provided email address. This email typically contains a unique verification link or code that the user needs to click or enter to confirm their account. This step helps to ensure that the user's email address is valid and that they have access to it.
4. Store the user's session: After successful registration, the register function will typically create a session for the user. This session allows the user to stay logged in and access their account without having to log in again every time they use the app. The session is usually stored in a secure cookie or local storage on the user's device.
5. Redirect or display a success message: Once the registration process is complete, the register function may redirect the user to a specific page within the app, such as the home page or a personalised dashboard. Alternatively, it may display a success message confirming that the registration was successful.
Our People
The "Our People" functionality within Maltix PhoneSite allows you to create a directory or contact list of people within your organisation. This feature enables you to easily search and access contact information, such as names, job titles, phone numbers, and email addresses of individuals.
With the "Our People" functionality, you can:
1. Create and manage profiles: Add and edit profiles for each person in your organisation. Include relevant information such as profile pictures, job titles, departments, and contact details.
2. Search and filter: Easily search for specific individuals by name, department, or job title. You can also use filters to narrow down the list based on specific criteria.
3. Contact information: Access contact details such as phone numbers, email addresses, and office locations. You can click on the contact information to initiate a call or send an email directly from the app.
4. Profile customisation: Customise the layout and design of the profiles to match your organisation's branding. You can choose to display specific fields and rearrange them as per your preference.
5. Permissions and access control: Control who can view and edit profiles within the "Our People" directory. You can set permissions based on user roles or departments to ensure the right people have access to the relevant information.
Overall, the "Our People" functionality within the Maltix PhoneSite provides a convenient and centralised way to manage and access contact information within your organisation.
In summary, the "Our People" functionality in Maltix PhoneSite simplifies the management and access of contact information, promoting better communication and collaboration among visitors.