Jogo 2009-10-12 16:44:12 -04:00 committed by Joey Hess
parent 6993d1f905
commit 7272938a11
1 changed files with 10 additions and 0 deletions

View File

@ -6,3 +6,13 @@ calls needsignin ].
> page is that you are not logged in. And without the jump to logging the
> user in, there is no way for the user to log in, without navigating away
> from the page they were trying to edit. --[[Joey]]
>> Ok, but the problem is that when you don't want any signin form you end up
>> with a lone login button. That might happend if you lock pages only on IP
>> adresses, if you use another cookie from another webapp...
>> That happends to me and I had to reimplement lockedit in my private auth
>> plugin.
>> Perhaps you could return undef on that case and let another plugin do the
>> needsignin call ? -- [[Jogo]]