mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Monotone-Parent: 4b7f399fbc3a148bb537b71896b85b75569d5f5f
Monotone-Revision: adf196d027f81b081e5999a384d4c9faaea58f27 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-02T22:03:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -435,9 +435,4 @@
|
||||
return response;
|
||||
}
|
||||
|
||||
- (id) recoverAction
|
||||
{
|
||||
return [self jsCloseWithRefreshMethod: @"recoverRequest();"];
|
||||
}
|
||||
|
||||
@end /* SOGoRootPage */
|
||||
|
||||
@@ -399,4 +399,10 @@
|
||||
return result;
|
||||
}
|
||||
|
||||
- (id) recoverAction
|
||||
{
|
||||
return [self responseWithStatus: 200
|
||||
andString: @"Full recovery in place."];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@@ -110,11 +110,6 @@
|
||||
protectedBy = "<public>";
|
||||
pageName = "SOGoRootPage";
|
||||
};
|
||||
recover = {
|
||||
protectedBy = "View";
|
||||
pageName = "SOGoRootPage";
|
||||
actionName = "recover";
|
||||
};
|
||||
index = {
|
||||
protectedBy = "<public>";
|
||||
pageName = "SOGoRootPage";
|
||||
@@ -163,6 +158,11 @@
|
||||
protectedBy = "<public>";
|
||||
pageName = "SOGoUserHomePage";
|
||||
};
|
||||
recover = {
|
||||
protectedBy = "View";
|
||||
pageName = "SOGoUserHomePage";
|
||||
actionName = "recover";
|
||||
};
|
||||
logoff = {
|
||||
protectedBy = "<public>";
|
||||
pageName = "SOGoUserHomePage";
|
||||
|
||||
Reference in New Issue
Block a user