set/reset my custom login page when an action triggers using scheduler

cancel
Showing results for 
Search instead for 
Did you mean: 
monicakumari
Established Member

set/reset my custom login page when an action triggers using scheduler

Jump to solution

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.

1 Solution

Accepted Solutions
angelborroy
Alfresco Employee

Re: set/reset my custom login page when an action triggers using scheduler

Jump to solution

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.

Hyland Developer Evangelist

View solution in original post

1 Reply
angelborroy
Alfresco Employee

Re: set/reset my custom login page when an action triggers using scheduler

Jump to solution

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.

Hyland Developer Evangelist