# Changing Your Password

### Overview

This guide walks you through changing your password in Skillmelo. Regular password updates help keep your account secure.

### How to Change Your Password

#### Step 1: Go to Your Profile

1. Click your avatar or name in the sidebar
2. Select **Profile**

#### Step 2: Access Security Settings

1. Find the **Security** section on your profile page
2. Click **Change Password**

#### Step 3: Enter Current Password

For security, you must verify your identity by entering your current password.

#### Step 4: Create New Password

Enter your new password. Strong passwords should:

* Be at least 8 characters long
* Include uppercase and lowercase letters
* Include at least one number
* Include at least one special character (!@#$%^&\*)

#### Step 5: Confirm New Password

Re-enter your new password to confirm it matches.

#### Step 6: Save

Click **Change Password** or **Save** to apply the change.

### Password Requirements

| Requirement        | Details                     |
| ------------------ | --------------------------- |
| Minimum length     | 8 characters                |
| Uppercase          | At least 1 uppercase letter |
| Lowercase          | At least 1 lowercase letter |
| Numbers            | At least 1 number           |
| Special characters | Recommended (not required)  |

### Forgot Your Current Password?

If you can't remember your current password:

1. Log out of Skillmelo
2. Go to the login page
3. Click **Forgot Password**
4. Enter your email address
5. Check your inbox for a reset link
6. Click the link and create a new password

### Google OAuth Users

If you signed up with Google:

* You may not have a Skillmelo password set
* Your authentication is handled by Google
* Change your Google account password through Google's security settings
* You can still set a Skillmelo password if you want an alternative login method

### After Changing Your Password

* You'll remain logged in on your current device
* Other devices may require re-login with the new password
* Password managers should be updated with the new password

### Security Best Practices

#### Use Unique Passwords

Don't reuse passwords across different websites.

#### Consider a Password Manager

Tools like 1Password, Bitwarden, or LastPass can generate and store strong passwords.

#### Enable Two-Factor Authentication

(Coming soon) Add an extra layer of security to your account.

#### Watch for Phishing

Skillmelo will never ask for your password via email. Only enter your password on the official Skillmelo website.

***

### Related Articles

* [Common Issues & Solutions](/skillmelo-help-center/troubleshooting/readme.md)
* [Deleting Your Account](/skillmelo-help-center/account-and-security/deleting-your-account.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://skillmelo.gitbook.io/skillmelo-help-center/account-and-security/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
