Fix admin openid detection in setup automator, and avoid prompting for a password.
parent
a12c386c86
commit
6aaa6e0d24
|
@ -144,7 +144,7 @@ sub import (@) {
|
|||
|
||||
# Create admin user(s).
|
||||
foreach my $admin (@{$config{adminuser}}) {
|
||||
next if $admin=~/^http\?:\/\//; # openid
|
||||
next if defined IkiWiki::openiduser($admin);
|
||||
|
||||
# Prompt for password w/o echo.
|
||||
my ($password, $password2);
|
||||
|
|
|
@ -6,6 +6,8 @@ ikiwiki (3.20100213) UNRELEASED; urgency=low
|
|||
* Loosen regexp, to allow empty quoted parameters in directives.
|
||||
* Add force_overwrite setting to make setup automator overwrite existing
|
||||
files/directories.
|
||||
* Fix admin openid detection in setup automator, and avoid prompting
|
||||
for a password.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sun, 14 Feb 2010 17:02:10 -0500
|
||||
|
||||
|
|
Loading…
Reference in New Issue