diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-02-04 15:10:55 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-02-04 15:10:55 -0500 |
commit | 68f7be91e59b304f4deb4ce84506a2bdd63917db (patch) | |
tree | 12ce4443116f6df74fe78940bad27c64c88dd78a | |
parent | c6538d56f0cb705fbbd2591de4a726e174ed025b (diff) |
typo
-rw-r--r-- | IkiWiki/Plugin/passwordauth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/passwordauth.pm b/IkiWiki/Plugin/passwordauth.pm index b70f9b788..94c5b0492 100644 --- a/IkiWiki/Plugin/passwordauth.pm +++ b/IkiWiki/Plugin/passwordauth.pm @@ -207,7 +207,7 @@ sub formbuilder_setup (@) { } } elsif ($form->title eq "preferences" && - IkiWiki::openiduser($session->param("name"))) { + ! IkiWiki::openiduser($session->param("name"))) { $form->field(name => "name", disabled => 1, value => $session->param("name"), force => 1, fieldset => "login"); |