Home
last modified time | relevance | path

Searched refs:PREF_NEW_ACCOUNT_COMMENT (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Contracts/
H A DUserInterface.php35 public const PREF_NEW_ACCOUNT_COMMENT = 'comment'; define
/webtrees/resources/views/admin/
H A Dusers-edit.phtml213 …auto" maxlength="255"><?= e($user->getPreference(UserInterface::PREF_NEW_ACCOUNT_COMMENT)) ?></tex…
/webtrees/app/Http/RequestHandlers/
H A DUserEditAction.php117 $edit_user->setPreference(UserInterface::PREF_NEW_ACCOUNT_COMMENT, $comment);
H A DRegisterAction.php136 $user->setPreference(UserInterface::PREF_NEW_ACCOUNT_COMMENT, $comments);