PHPackages                             hardikkhorasiya09/change-password - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. hardikkhorasiya09/change-password

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

hardikkhorasiya09/change-password
=================================

Filament change password plugin.

1.0.0(1y ago)13.3k↓25%4[1 issues](https://github.com/HardikKhorasiya09/change-password/issues)[1 PRs](https://github.com/HardikKhorasiya09/change-password/pulls)MITPHPPHP ^8.2

Since Apr 22Pushed 12mo ago1 watchersCompare

[ Source](https://github.com/HardikKhorasiya09/change-password)[ Packagist](https://packagist.org/packages/hardikkhorasiya09/change-password)[ RSS](/packages/hardikkhorasiya09-change-password/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Filament Change Password Page Plugin
====================================

[](#filament-change-password-page-plugin)

A simple and customizable filament plugin that provides a standalone **Change Password** page for your laravel filament admin panel.

🔗 GitHub Repository
-------------------

[](#-github-repository)

---

🚀 Features
----------

[](#-features)

- Adds a dedicated **Change Password** page to your filament panel.
- Clean, user-friendly UI.
- Easily extendable and customizable.
- Secure password update logic.

---

🛠 Installation and Setup
------------------------

[](#-installation-and-setup)

You can install this plugin via **Composer**.

### Step 1: Install the Plugin

[](#step-1-install-the-plugin)

Run the following command to install the package via Composer:

```
composer require hardikkhorasiya09/change-password
```

### Step 2: Add this into your Filament `PanelProvider` class `panel()`

[](#step-2-add-this-into-your-filament-panelprovider-class-panel)

```
use Hardikkhorasiya09\ChangePassword\ChangePasswordPlugin;

$panel->...
    ->plugins([
      ...
      ChangePasswordPlugin::make()      //required to enable this extension
    ]);
```

⚙️ Step 3: (Optional) Restrict Page Access by User
--------------------------------------------------

[](#️-step-3-optional-restrict-page-access-by-user)

If you want to restrict access to the **Change Password** page for specific users, you can define a `canAccessChangePassword()` method in your `User` model.

```
// In app/Models/User.php

public function canAccessChangePassword(): bool
{
    // Example: Only allow users with 'admin' role
    return $this->role === 'admin';
}
```

---

🔐 Usage
-------

[](#-usage)

Once installed and registered, a new Change Password page will appear in the user menu (or wherever you've configured it). Users can securely change their current password using this interface.

📷 Screenshot
------------

[](#-screenshot)

[![Change Password Page Screenshot](screenshots/dashboard-page.png)](screenshots/dashboard-page.png)[![Change Password Page Screenshot](screenshots/change-password-page.png)](screenshots/change-password-page.png)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

392d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ae7f6d26a695b791205f01e089a04efc2a99ef671e947a87e43fba07a16d5c49?d=identicon)[HardikKhorasiya09](/maintainers/HardikKhorasiya09)

---

Top Contributors

[![hardikpk09](https://avatars.githubusercontent.com/u/158261459?v=4)](https://github.com/hardikpk09 "hardikpk09 (4 commits)")[![HardikKhorasiya09](https://avatars.githubusercontent.com/u/45195276?v=4)](https://github.com/HardikKhorasiya09 "HardikKhorasiya09 (3 commits)")

---

Tags

laravelfilamentfilament-packagesfilament-pluginshardikkhorasiya09filament-change-passwordfilament-change-password-pluginfilament-change-password-package

### Embed Badge

![Health badge](/badges/hardikkhorasiya09-change-password/health.svg)

```
[![Health](https://phpackages.com/badges/hardikkhorasiya09-change-password/health.svg)](https://phpackages.com/packages/hardikkhorasiya09-change-password)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

81158.7k4](/packages/stephenjude-filament-two-factor-authentication)[cwsps154/users-roles-permissions

Filament User &amp; Roles &amp; Permissions

183.2k](/packages/cwsps154-users-roles-permissions)[chiiya/filament-access-control

Admin user, role and permission management for Laravel Filament

21847.2k](/packages/chiiya-filament-access-control)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

5925.8k](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
