diff --git a/apps/bridge/app.rc b/apps/bridge/app.rc index 9fc6991..31cd15b 100644 --- a/apps/bridge/app.rc +++ b/apps/bridge/app.rc @@ -12,7 +12,7 @@ fn bridge_init { get_post_args comment_user_name comment_user_password # XXX Should do this too if user not in required group if(! login_user $comment_user_name $comment_user_password) { - u=$comment_user_name ':' $comment_user_password + u=$comment_user_name':'$comment_user_password d=$d^'_pending' } if not diff --git a/apps/bridge/foot.tpl b/apps/bridge/foot.tpl index ffd56b9..674530e 100644 --- a/apps/bridge/foot.tpl +++ b/apps/bridge/foot.tpl @@ -17,8 +17,8 @@
% if(! check_user) { - User: - Password: + +
If you are not registered enter your desired user/password and your account will be created when your comment is approved.
% }