aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-01-30 15:33:02 -0400
committerJoey Hess <joey@kitenet.net>2012-01-30 15:33:02 -0400
commita568e0458eb4636c75d266a29a823445415c8cd0 (patch)
tree33ea980d6ce4adb15b979de7e036d28fa81f8fb2 /doc
parent6c5e24f2a16a7e2ba6c46d231d5c5eaf31edd29b (diff)
parentb092831d8577b4c31125994786154510396e884e (diff)
downloadikiwiki-a568e0458eb4636c75d266a29a823445415c8cd0.tar
ikiwiki-a568e0458eb4636c75d266a29a823445415c8cd0.tar.gz
Merge branch 'master' of ssh://git.ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/How_to_change_registration_page/comment_1_43758a232e4360561bc84f710862ff40._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/How_to_change_registration_page/comment_1_43758a232e4360561bc84f710862ff40._comment b/doc/forum/How_to_change_registration_page/comment_1_43758a232e4360561bc84f710862ff40._comment
new file mode 100644
index 000000000..5edd993d7
--- /dev/null
+++ b/doc/forum/How_to_change_registration_page/comment_1_43758a232e4360561bc84f710862ff40._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="http://joey.kitenet.net/"
+ nickname="joey"
+ subject="comment 1"
+ date="2012-01-30T19:30:20Z"
+ content="""
+Sure.. You're looking for the file `IkiWiki/Plugin/passwordauth.pm`
+
+This line in particular is the text that gets modified and displayed to the user.
+
+<pre>
+ name => \"account_creation_password\",
+</pre>
+"""]]