Files
talk/plugins/talk-plugin-local-auth
okbel f9f7855775 Merge branch 'email-auth-gdpr' of github.com:coralproject/talk into email-auth-gdpr
* 'email-auth-gdpr' of github.com:coralproject/talk:
  added docs
  Added TALK_ prefix to constants RECAPTCHA_WINDOW and RECAPTCHA_INCORRECT_TRIGGER
  cleaned up refs to passwor dhash
  RECAPTCHA_WINDOW and RECAPTCHA_INCORRECT_TRIGGER now can be set with env vars
2018-05-03 16:25:17 -03:00
..
2018-05-03 16:06:28 -03:00
2018-05-03 09:58:49 -06:00
2018-04-20 13:17:57 -06:00
2018-05-02 13:04:17 -06:00

title, permalink, layout, plugin
title permalink layout plugin
talk-plugin-local-auth /plugin/talk-plugin-local-auth/ plugin
name default provides
talk-plugin-local-auth true
Client
Server

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.