mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
See ChangeLog
Monotone-Parent: 5016da15e7302739b395754fe5a9d170409343ae Monotone-Revision: f6a0b62965278336b461dac36045bfae5fc07f0a Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-12T17:56:18
This commit is contained in:
@@ -435,4 +435,9 @@
|
||||
return response;
|
||||
}
|
||||
|
||||
- (id) recoverAction
|
||||
{
|
||||
return [self jsCloseWithRefreshMethod: @"recoverRequest();"];
|
||||
}
|
||||
|
||||
@end /* SOGoRootPage */
|
||||
|
||||
@@ -106,10 +106,15 @@
|
||||
};
|
||||
};
|
||||
methods = {
|
||||
view = {
|
||||
view = {
|
||||
protectedBy = "<public>";
|
||||
pageName = "SOGoRootPage";
|
||||
};
|
||||
recover = {
|
||||
protectedBy = "View";
|
||||
pageName = "SOGoRootPage";
|
||||
actionName = "recover";
|
||||
};
|
||||
index = {
|
||||
protectedBy = "<public>";
|
||||
pageName = "SOGoRootPage";
|
||||
|
||||
Reference in New Issue
Block a user