constant PRLP_DESTINATION_DEFAULT in Password Reset Landing Page (PRLP) 6
Same name and namespace in other branches
- 7 prlp.module \PRLP_DESTINATION_DEFAULT
Default value of the 'prlp_destination' config varible.
2 uses of PRLP_DESTINATION_DEFAULT
- prlp_admin_settings in ./
prlp.admin.inc - Form builder function for PRLP config settings.
- prlp_user_pass_reset_submit in ./
prlp.module - A copy of 'user_pass_reset' function, with a couple of significant changes.
File
- ./
prlp.module, line 69 - Password Reset Landing Page module.
Code
define('PRLP_DESTINATION_DEFAULT', 'user/%uid/edit');