Toggle navigation
Entrar
Registrar
BNMP2
Índice de Documentos
Diretório de Usuários
Application Index
Global
Diretório de Divisões
You need to login to start the chat system
$services.localization.render('xe.home.title')
Código fonte Wiki de
$services.localization.render('xe.home.title')
Última modificação por Admin em 25/07/2020, 15:27
Esconder números de linha
1: {{velocity}} 2: 3: ## This page redirects any non-admin user to his Homepage (Space.WebHome where Space = username) 4: 5: #if( ! $hasAdmin ) 6: #set( $user = $stringtool.removeStart($xcontext.getUser(),'XWiki.') ) 7: $response.sendRedirect( $xwiki.getURL("${user}.WebHome") ) 8: #end 9: 10: {{/velocity}} 11: 12: {{info}} 13: Any non-admin user coming here will be redirected to a space of his name. 14: {{/info}} 15: 16: 17: |=New User |=Passwords 18: |[[ [[image:1211811760.png||alt="Create User" width="70%" style="display: block; margin-left: auto; margin-right: auto;"]]>>FTPCode.CreateUser]] |[[ [[image:1211811761.png||alt="Show Passwords" width="70%" style="display: block; margin-left: auto; margin-right: auto;"]]>>FTPCode.Passwords]] 19: 20: = How To prevent attachments from a page being purged ? = 21: 22: {{warning}} 23: If the proper [[Scheduler job>>Scheduler.Attachments Cleaning]] is enabled, keep in mind that every attachment older than 2 months will be deleted from the wiki. To save the attachments, you only need to: 24: * Simply instantiate an object of class FTPCode.KeeperClass on the page you want to save. Attachments there won't be deleted. 25: {{/warning}} 26: 27: {{html wiki="true"}} 28: <div style="float: left;"> 29: == User List == 30: {{include document="FTPCode.UserList" context="new"/}} 31: </div> 32: <div style="float: right; width: 30%; margin-right: 3%;"> 33: 34: == Activity == 35: {{activity}} 36: 37: </div> 38: {{/html}}