Add an adminMessage to the default admin user.

This commit is contained in:
ian%hixie.ch 2002-04-21 15:03:29 +00:00
Родитель 6e56e6b19b
Коммит 47dc9075c5
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -312,6 +312,9 @@ sub setupInstall {
# add the user to group 1 as an administrator (so he's an administrator of administrators)
$user->joinGroup(1, 2); # XXX HARDCODED CONSTANT ALERT
# add an adminMessage to the user
$user->adminMessage('Logged in with administrative privileges, please be careful.');
}
return;