From 2d8a47c94ea6d52b75c902bf76bb6c5bffbe62ac Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sat, 30 Aug 2008 17:45:01 +0200 Subject: [PATCH] Profile help --- PciIds/Html/Users.pm | 2 +- help/profile | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 help/profile diff --git a/PciIds/Html/Users.pm b/PciIds/Html/Users.pm index 503bbc4..cb57189 100644 --- a/PciIds/Html/Users.pm +++ b/PciIds/Html/Users.pm @@ -374,7 +374,7 @@ sub genProfileForm( $$$$$$ ) { delete $data->{'confirm_password'}; delete $data->{'password'}; print "

User profile

\n"; - genLocMenu( $req, $args, [ logItem( $auth ), [ 'Notifications', 'notifications' ] ] ); + genLocMenu( $req, $args, [ logItem( $auth ), [ 'Notifications', 'notifications' ], [ 'Help', 'help', 'profile' ] ] ); print '

'.$error.'

' if defined $error; print "

$info

\n" if defined $info; print '
'; diff --git a/help/profile b/help/profile new file mode 100644 index 0000000..06f0cab --- /dev/null +++ b/help/profile @@ -0,0 +1,25 @@ +User profile +

+When you are logged in, you can find a profile link. +You can set various information about your account. +

+ +

Password protected values

+

+Email, login and new password are protected by the old password. +If you want to change any of these, you must provide the old password to unlock them. + +

See also

+

+You can get a profile by registering it. +

+To receive any notifications, you need to set them up. -- 2.39.5