summaryrefslogtreecommitdiff
path: root/includes/pages
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-27 13:30:51 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-27 13:30:51 +0100
commitb707f552507fdf311749f61a09551581209971a0 (patch)
treeafa44bdce17618315f21fba65ee0bdb8267b7035 /includes/pages
parente90e6085dfd35ee101e43b0fa0f84a71a19f7208 (diff)
registration fix
Diffstat (limited to 'includes/pages')
-rw-r--r--includes/pages/guest_login.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php
index 0f1fdf38..dff87bbc 100644
--- a/includes/pages/guest_login.php
+++ b/includes/pages/guest_login.php
@@ -143,8 +143,8 @@ function guest_register() {
form_textarea('comment', Get_Text("makeuser_text2"), $comment),
form_checkboxes('angel_types', "What do you want to do?", $angel_types, $selected_angel_types),
form_info("", "Restricted angel types need will be confirmed later by an archangel. You can change your selection in the options section."),
- form_password('password', Get_Text("makeuser_Passwort")),
- form_password('password2', Get_Text("makeuser_Passwort2")),
+ form_password('password', Get_Text("makeuser_Passwort") . "*"),
+ form_password('password2', Get_Text("makeuser_Passwort2") . "*"),
info(Get_Text("makeuser_text3"), true),
form_submit('submit', Get_Text("makeuser_Anmelden"))
))