From ef53df8cc7dc9e8ef92510f1482d02ab47604d3a Mon Sep 17 00:00:00 2001 From: kohsuke Date: Mon, 17 Dec 2007 00:52:26 +0000 Subject: [PATCH] adding sign-up support. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6324 71c3de6d-444a-0410-be80-ed276b4c234a --- .../HudsonPrivateSecurityRealm/signup.jelly | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/signup.jelly diff --git a/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/signup.jelly b/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/signup.jelly new file mode 100644 index 0000000000..d81211adf4 --- /dev/null +++ b/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/signup.jelly @@ -0,0 +1,38 @@ + + + + +

Sign up

+
+
+ + + + + + + + + + + + + + + + + + + + + +
Username:
Password:
Confirm password:
Full name:
E-mail address:
+ + + +
+
+
+
\ No newline at end of file -- GitLab