PHPackages                             riftone07/changepasswordfirst - 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. riftone07/changepasswordfirst

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

riftone07/changepasswordfirst
=============================

a package which allows you to change your password on the first connection

742[1 issues](https://github.com/riftone07/changepasswordfirst/issues)PHP

Since Feb 18Pushed 6y ago3 watchersCompare

[ Source](https://github.com/riftone07/changepasswordfirst)[ Packagist](https://packagist.org/packages/riftone07/changepasswordfirst)[ RSS](/packages/riftone07-changepasswordfirst/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

changepasswordfirst
-------------------

[](#changepasswordfirst)

[![CP](https://repository-images.githubusercontent.com/241159390/f5b32b80-5276-11ea-8f39-5ece24d8293e)](https://repository-images.githubusercontent.com/241159390/f5b32b80-5276-11ea-8f39-5ece24d8293e)

### Installation

[](#installation)

You can install the package using composer

```
   $ composer require riftone07/changepasswordfirst

```

Then add the service provider to config/app.php. In Laravel versions 5.5 and beyond, this step can be skipped if package auto-discovery is enabled.

```
    riftone07\changepasswordfirst\ChangePasswordFirstServiceProvider::class,

```

### Run the migrations

[](#run-the-migrations)

```
   php artisan migrate

```

### Using a middleware

[](#using-a-middleware)

This package comes with `PasswordExpired` middleware. You can add them inside your app/Http/Kernel.php file

```
protected $routeMiddleware = [
    // ...
     'password_expired' => \riftone07\changepasswordfirst\Http\Middleware\PasswordExpired::class
];

```

Then you can protect your routes using middleware rules except your connection routes:

```

Route::group(['middleware' => ['password_expired']], function () {
    //
});

```

### Publish

[](#publish)

As optional if you want to modify the default views, you can publish the views file:

```
    php artisan vendor:publish

```

Congratulations, you have successfully installed changepasswordfirst !

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

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

---

Top Contributors

[![riftone07](https://avatars.githubusercontent.com/u/32707354?v=4)](https://github.com/riftone07 "riftone07 (6 commits)")

### Embed Badge

![Health badge](/badges/riftone07-changepasswordfirst/health.svg)

```
[![Health](https://phpackages.com/badges/riftone07-changepasswordfirst/health.svg)](https://phpackages.com/packages/riftone07-changepasswordfirst)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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