mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Added page for forbbiden access to signed out users.
This commit is contained in:
@ -390,6 +390,11 @@ var ComunicWeb = {
|
||||
*/
|
||||
getNames: function(usersID, afterNames){},
|
||||
|
||||
/**
|
||||
* Get advanced informations about a user
|
||||
*/
|
||||
getAdvancedInfos: function(userID, callback){},
|
||||
|
||||
/**
|
||||
* Get the user ID specified by its folder name
|
||||
*/
|
||||
@ -667,8 +672,25 @@ var ComunicWeb = {
|
||||
*/
|
||||
openUserPage: function(id, params, target){},
|
||||
|
||||
/**
|
||||
* Display a user page
|
||||
*/
|
||||
displayUserPage: function(infos, params, target){},
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* Page with access forbidden
|
||||
*/
|
||||
accessForbidden: {
|
||||
|
||||
/**
|
||||
* Display the page for user with forbidden access
|
||||
*/
|
||||
display: function(id, params, target){}
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user