You are here

constant USER_REGISTRATIONPASSWORD_VERIFICATION_DEFAULT in User registration password 8

Same name and namespace in other branches
  1. 7 user_registrationpassword.module \USER_REGISTRATIONPASSWORD_VERIFICATION_DEFAULT

Verification email is sent before password is set.

Deprecated

in 1.0-beta1 and will be removed before 1.0. Use \Drupal\user_registrationpassword\UserRegistrationPassword::VERIFICATION_DEFAULT instead.

File

./user_registrationpassword.module, line 32
Enables password creation on registration form.

Code

define('USER_REGISTRATIONPASSWORD_VERIFICATION_DEFAULT', 'default');