From 556250142547918eaeeee3711d2a01ee4bf878c9 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 26 Feb 2013 23:45:02 -0800 Subject: "Edit password" ACL, #21178, part 1 --- httemplate/elements/random_pass.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 httemplate/elements/random_pass.html (limited to 'httemplate/elements/random_pass.html') diff --git a/httemplate/elements/random_pass.html b/httemplate/elements/random_pass.html new file mode 100644 index 000000000..b215b77d9 --- /dev/null +++ b/httemplate/elements/random_pass.html @@ -0,0 +1,17 @@ + + +<%init> +my $id = shift; +my $label = shift || 'Generate'; + -- cgit v1.2.1