02-26-2018 01:44 AM
Hello,
I need to check a file, that exist or not through scheduler. If exists, then a custom login page must be set showing some message to user. if not, then login page set/reset to default.
I have created a java class(action) which checks for the existence for the file and returns true/false and a scheduler which triggers the action(java class).
now, I need help to set my custom login page if action returns true and reset to default if returns false.
or , Anybody knows how to change welcome-page(default login page) dynamically.
Thanks.
02-26-2018 06:48 AM
Probably this can help you: https://github.com/keensoft/alfresco-agreement-filter
This project redirects the user to a page depending on repo rules.
You can develop your own login page with a conditional section depending on your conditions.
02-26-2018 06:48 AM
Probably this can help you: https://github.com/keensoft/alfresco-agreement-filter
This project redirects the user to a page depending on repo rules.
You can develop your own login page with a conditional section depending on your conditions.
Explore our Alfresco products with the links below. Use labels to filter content by product module.