mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 04:00:33 +08:00
41fab3e11c
* Introduce final form, validators and refactor AddEmailAddress * First i18n script * Sort locales * Add delete and copy action * Copy over available validator translations * Add comments * Export validations in plugin-api * Linting * yarn.lock * Sort locales * Drop unused translations * Add translations for validators * Add action drop-unused * Add comments * Add note about limitation * Fix desc
title, permalink, layout, plugin
| title | permalink | layout | plugin | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| talk-plugin-local-auth | /plugin/talk-plugin-local-auth/ | plugin |
|
This plugin will eventually contain all the local authentication code that is responsible for creating, resetting, and managing accounts provided locally through an email and password based login.
Features
- Email Change: Allows users to change their existing email address on their account.
- Local Account Association: Allows users that have signed up with an external auth strategy (such as Google) the ability to associate a email address and password for login. Note: Existing users with external authentication will be prompted to setup a local account when they sign in and when new users create an account.
GDPR Compliance
In order to facilitate compliance with the EU General Data Protection Regulation (GDPR), you should review our GDPR Compliance guidelines.