Updated developer instructions for enabling automatic login with url parameters.

master-GE
Giulio Cesare Solaroli 2014-07-28 21:31:23 +02:00
parent c71d4d235e
commit f3b5bed10a
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ In order to streamline the development as much as possible, it is possible to au
Loading the application with this url will automatically login using the joe/clipperz credentials.
In order to enable this behaviour you need to uncomment the final part of the `js/main.js` file; it contains a function called `simulateLogin` and the matching registration for the `loadEvent` callback.
## Making changes