Skip to content

TU Braunschweig simpleSAMLphp theme derived from SURFnet simpleSAMLphp theme

License

Notifications You must be signed in to change notification settings

tubraunschweig/simpleSAMLphp-TU-BS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project is based on the SURFnet theme for simpleSAMLphp.

The module can be installed in simpleSAMLphp by copying it into the modules directory.

License

As this module takes code from simpleSAMLphp which is licensed under the LGPLv2 this module has the same license. See included COPYING file.

Installation

We assume simpleSAMLphp is installed in /var/www/simplesamlphp, see the installation instructions.

You can install this theme as follows:

$ cd /var/www/simplesamlphp/modules
$ git clone https://github.com/tubraunschweig/simpleSAMLphp-TU-BS tu-bs-theme

Now you can edit the main configuration file to enable the theme, change the following line in /var/www/simplesamlphp/config/config.php:

'theme.use'             => 'default',

Into:

'theme.use'             => 'tu-bs-theme:tu-bs-design',

This should enable the theme. You can only see it in action when there is an actual login screen with username and password dialog.

Customization

Replace logo.svg with your own logo. You can customize the page background color in tu-bs-design/www/resources/style.css.

About

TU Braunschweig simpleSAMLphp theme derived from SURFnet simpleSAMLphp theme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.9%
  • CSS 37.1%