Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```