Managing Your User Profile
This guide covers how to update your personal information and preferences in the user profile section. You need this when you want to change details like your email address, password, or notification settings.
Before you start
- Ensure you have access to your account credentials.
Steps to Update Your User Profile
-
Log in to your account.
Open your web browser and navigate to the login page. Enter your username and password, then click "Log In." -
Access the Profile Section.
Once logged in, locate the user icon or your name at the top right corner of the page. Click on it to open a dropdown menu, then select "Profile." -
Edit Personal Information.
In the profile section, find the "Personal Information" tab. Click "Edit" to update your name, email address, or other personal details. After making changes, click "Save" to apply them. -
Change Password.
Navigate to the "Security" tab within your profile. Click "Change Password," enter your current password, then your new password twice for confirmation. Click "Save" to update your password. -
Update Notification Preferences.
Go to the "Notifications" tab. Here, you can adjust how you receive notifications (e.g., email, SMS). Check or uncheck the boxes according to your preferences, then click "Save." -
Review and Confirm Changes.
After updating your information, review all changes to ensure accuracy. Confirm that your details are correct and up-to-date.
Example
Here's an example of how your updated profile might look in a configuration file:
{
"name": "John Doe",
"email": "john.doe@example.com",
"password": "newSecurePassword123",
"notifications": {
"email": true,
"sms": false
}
}
If something goes wrong
-
Forgot Password:
If you can't remember your password, click "Forgot Password?" on the login page. Follow the instructions to reset your password via email. -
Changes Not Saving:
If your changes aren't saving, ensure all required fields are filled out correctly. Check for any error messages and correct the highlighted fields. -
Email Not Receiving Notifications:
If you're not receiving notifications, check your spam folder. Ensure your email address is correct in the profile settings and that notifications are enabled.
Sources: azanium/gxp/gas-web, azanium/gxp/gas-api.