PHPackages                             helsingborg-stad/modularity-login-form - 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. helsingborg-stad/modularity-login-form

AbandonedArchivedWordpress-plugin

helsingborg-stad/modularity-login-form
======================================

Frontend login form based on react.

1.1.0(7y ago)0298[9 PRs](https://github.com/helsingborg-stad/modularity-login-form/pulls)MITPHP

Since Jan 31Pushed 7mo ago9 watchersCompare

[ Source](https://github.com/helsingborg-stad/modularity-login-form)[ Packagist](https://packagist.org/packages/helsingborg-stad/modularity-login-form)[ RSS](/packages/helsingborg-stad-modularity-login-form/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (18)Used By (0)

modularity-login-form
=====================

[](#modularity-login-form)

Login module for modularity

Getting Started
---------------

[](#getting-started)

Get the latest version and follow the installation steps bellow.

### Dependencies

[](#dependencies)

Wordpress, Municipio and Modularity (version 2.11.0 or higher)

### Installing

[](#installing)

Get a development enviroment running by doing following:

Activate

```
Activate plugin.
Activate the module in modularity
Add module to page or post

```

Settings

```
Module settings
Set the redirection page

```

Filters
-------

[](#filters)

```
add_filter('modularityLoginForm/AbortLogin', function($message, WP_User $user) {

    //Check that anoter message isen't set before
    if($message === false) {
        if($user->ID = 1) {
            $message = __("You sir may not login.", 'plugin-text-domain');
        }
        if($user->ID = 2) {
            $message = __("Your account has been suspended.", 'plugin-text-domain');
        }
    }

    return $message;

}, 10, 2);

```

Built With
----------

[](#built-with)

- PHP
- React

Releases
--------

[](#releases)

Authors
-------

[](#authors)

- **Johan Silvergrund, Sebastian Thulin**

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance44

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

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

Every ~5 days

Total

8

Last Release

2620d ago

### Community

Maintainers

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

---

Top Contributors

[![silvergrund](https://avatars.githubusercontent.com/u/4200504?v=4)](https://github.com/silvergrund "silvergrund (26 commits)")[![nRamstedt](https://avatars.githubusercontent.com/u/16800993?v=4)](https://github.com/nRamstedt "nRamstedt (7 commits)")

### Embed Badge

![Health badge](/badges/helsingborg-stad-modularity-login-form/health.svg)

```
[![Health](https://phpackages.com/badges/helsingborg-stad-modularity-login-form/health.svg)](https://phpackages.com/packages/helsingborg-stad-modularity-login-form)
```

PHPackages © 2026

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