2 package IkiWiki::Plugin::signinedit;
9 hook(type => "canedit", id => "signinedit", call => \&canedit,
13 sub canedit ($$$) { #{{{
18 # Have the user sign in, if they are not already. This is why the
19 # hook runs last, so that any hooks that don't need the user to
20 # signin can override this.
21 IkiWiki::needsignin($cgi, $session);