Customizing Login & Workflow

Cantor, Scott cantor.2 at osu.edu
Tue May 10 15:42:51 EDT 2016


> To customize the pages, workflow for ToU/passwd -- would it be best to:
> 
> 1) Checkout the Idp from tag
> 2) Import to out local Eclipse
> 3) Commit to our local GIT
> 4) Allow the UI and developers to make the change
> 5) Install from our local GIT


No, definitely not. Views are Velocity templates, they're part of your local configuration. You modify them in views/ after installing, and they will not be touched during an upgrade.
 
> Is above a suitable best practices path?

No, I would say that's the opposite. We intend that you maintain your customizations in the file system in the location to which you deploy the IdP (idp.home, in other words). It would not be advisable to do it any other way.

Of course you can check your copies of the installed non-system files into a git or svn repository at that point, or mount the files in from some external file system into a Docker image, or whatever.
 
-- Scott




More information about the users mailing list