diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-24 12:57:38 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-24 12:57:38 -0700 |
commit | 4ac0fd01b73a0b718db3a756866fee121a1615f1 (patch) | |
tree | f8b1c3054b923526fbe46608ccf9d7f39538bcaa /libpiny/lib/Piny/User/IkiWiki.pm | |
parent | ba8fd5e9907dd8e132e9c6fca006824907239636 (diff) | |
download | piny-code-4ac0fd01b73a0b718db3a756866fee121a1615f1.tar.gz piny-code-4ac0fd01b73a0b718db3a756866fee121a1615f1.zip |
Switching ikiwiki- username/group over to iki-; untested and requires a mass rebuildrepo
Diffstat (limited to 'libpiny/lib/Piny/User/IkiWiki.pm')
-rw-r--r-- | libpiny/lib/Piny/User/IkiWiki.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpiny/lib/Piny/User/IkiWiki.pm b/libpiny/lib/Piny/User/IkiWiki.pm index 8585e90..3838f38 100644 --- a/libpiny/lib/Piny/User/IkiWiki.pm +++ b/libpiny/lib/Piny/User/IkiWiki.pm @@ -18,7 +18,7 @@ extends "Piny::User"; subtype 'IkiWikiUsername' => as 'Str' - => where { $_ =~ /^ikiwiki-[a-zA-Z][a-zA-Z0-9_.-]*$/ } + => where { $_ =~ /^iki-[a-zA-Z][a-zA-Z0-9_.-]*$/ } => message { 'That username is not in the correct format for an ikiwiki user.' } ; |