]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Gruntmaster/Page/Account.pm
Remove generators which are now articles
[plack-app-gruntmaster.git] / lib / Gruntmaster / Page / Account.pm
diff --git a/lib/Gruntmaster/Page/Account.pm b/lib/Gruntmaster/Page/Account.pm
deleted file mode 100644 (file)
index be27aff..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-package Gruntmaster::Page::Account;
-
-use 5.014000;
-use strict;
-use warnings;
-use Gruntmaster::Page::Base account => 'Account';
-our @ISA = qw/Gruntmaster::Page::Base/;
-our $VERSION = '0.001';
-
-use constant TEMPLATES => {
-       en => <<'HTML',
-<div id="result"></div>
-
-<h1>Register</h1>
-<form action="/action/register" method="POST" class="jsform">
-Username:<br>
-<input type="text" name="username" required><br>
-Password:<br>
-<input type="password" name="password" required><br>
-Confirm password:<br>
-<input type="password" name="confirm_password" required><br>
-Full name:<br>
-<input type="text" name="name" required><br>
-Email:<br>
-<input type="email" name="email" required><br>
-Town:<br>
-<input type="text" name="town" required><br>
-University <i>(full name)</i>:<br>
-<input type="text" name="university" required><br>
-<input type="submit" value="Register">
-</form>
-
-<h1>Change password</h1>
-<form action="/action/passwd" method="POST" class="jsform">
-Old password:<br>
-<input type="password" name="password" required><br>
-New password:<br>
-<input type="password" name="new_password" required><br>
-Confirm new password:<br>
-<input type="password" name="confirm_new_password" required><br>
-<input type="submit" value="Change password">
-</form>
-HTML
-};
-
-1
This page took 0.025006 seconds and 4 git commands to generate.