Pre-Login Screen

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • m1if
    Junior Member
    • Sep 2024
    • 5

    Pre-Login Screen

    I need to implement a Advisory on a screen prior to Authentication being presented. This screen would post the advisory and a click to accept button. Upon acceptance a thrid-party rest call would need to be initiated which would either return a 403 status code to terminate the attempt, or a 200 indicating that would allow EspoCRM to proceed to normal logon screen. I realize this is a special optional entry path into EspoCRM, so not looking for a feature request. But any implementation guidance or examples would be welcome.
  • yuri
    Member
    • Mar 2014
    • 8846

    #2


    You can define a 'login' handler. It will be processed when the login page is rendered. You can render some custom DOM from the handler.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • m1if
      Junior Member
      • Sep 2024
      • 5

      #3
      Thank you very much. This guidance worked for me.

      Comment

      • shalmaxb
        Senior Member
        • Mar 2015
        • 1655

        #4
        would you be so kind to post, how you solved it. Here are lots of not so experienced people (like me), who would appreciate an example, how to achieve something like this.
        Thanks in advance.

        Comment

        Working...