6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/9/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#3761] fullname hook & locked pref not working
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. ,.__.\ /.__ |__| \./ [__] >< [ __ | | | | |/ \[_./
Comment
> Setting a hook for fullname and locking the fullname pref cause the > hook not to be executed. For the hook to be executed, the fullname > pref must not be locked. > > > > uncomment _prefs_hook_fullname (gecos) from hooks.php > > > > Set prefs.php - fullname to be "locked" with no value > > $_prefs['fullname'] = array( > > 'value' => '', > > 'locked' => true, > > 'hook' => true, > > 'shared' => true, > > 'type' => 'text', > > 'desc' => _("Your full name:") > > ); > > > > After login and composing a new message the fullname is not > displayed. Changing the locked to false and nothing else will work. > > > > According prefs comment: > > // user full name for From: line > > // If you lock this preference, you must specify a value or a hook for it in > > // horde/config/hooks.php. > > > > Removing the value line in the prefs.php has no effect on the > problem. Since a hook is specified, this should work. This option > worked correctly as listed a few months ago. Using an older revision > of Horde framework makes this work. > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers