You are here

constant PRLP_DESTINATION_DEFAULT in Password Reset Landing Page (PRLP) 7

Same name and namespace in other branches
  1. 6 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 93
Password Reset Landing Page module.

Code

define('PRLP_DESTINATION_DEFAULT', 'user/%uid/edit');