Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nearata/flarum-ext-signup-confirm-password
A Flarum extension that adds a confirm password field in the Sign Up modal
https://github.com/nearata/flarum-ext-signup-confirm-password
flarum flarum-extension
Last synced: about 1 month ago
JSON representation
A Flarum extension that adds a confirm password field in the Sign Up modal
- Host: GitHub
- URL: https://github.com/nearata/flarum-ext-signup-confirm-password
- Owner: Nearata
- License: unlicense
- Created: 2020-08-15T20:47:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T08:18:05.000Z (about 1 year ago)
- Last Synced: 2024-11-09T06:56:08.061Z (2 months ago)
- Topics: flarum, flarum-extension
- Language: PHP
- Homepage: https://discuss.flarum.org/d/24689
- Size: 453 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Sign Up Confirm Password
[![license](https://img.shields.io/github/license/nearata/flarum-ext-signup-confirm-password?style=flat)](https://github.com/Nearata/flarum-ext-signup-confirm-password/blob/main/UNLICENSE)
[![packagist](https://img.shields.io/packagist/v/nearata/flarum-ext-signup-confirm-password?style=flat)](https://packagist.org/packages/nearata/flarum-ext-signup-confirm-password)
[![changelog](https://img.shields.io/github/release-date/nearata/flarum-ext-signup-confirm-password?label=last%20release%20date)](https://github.com/Nearata/flarum-ext-signup-confirm-password/blob/main/CHANGELOG.md)> Adds a confirm password field in the Sign Up modal.
## Screenshots
See the subfolder [screenshots](screenshots)
## Install
```sh
composer require nearata/flarum-ext-signup-confirm-password:"*"
```## Update
```sh
composer update nearata/flarum-ext-signup-confirm-password:"*"
```## Remove
```sh
composer remove nearata/flarum-ext-signup-confirm-password
php flarum cache:clear
```