You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, themes only provide customization via CSS. If you need more control (custom HTMl, JavaScript, etc.), you'll have to write your own view templates. This can be done by copying the views directory, modifying the template files inside, and then uncommenting and changing this line in your config.yml to point to your new views directory:
custom_views: /path/to/custom/views
Finally, you can also tell RubyCAS-Server to use a different public directory. All static files -- images, themes, JavaScript, CSS, etc. -- will be served from here:
public_dir: /path/to/custom/public
Note that the public_dir option doesn't apply to templates. These will be compiled from the standard views directory or from your custom_views.
Advanced Customization
See this FAQ question for detailed information and examples on integrating a custom authenticator with customized templates.