From f3b5bed10a5df5053946905f12be118c63e45bf8 Mon Sep 17 00:00:00 2001 From: Giulio Cesare Solaroli Date: Mon, 28 Jul 2014 21:31:23 +0200 Subject: [PATCH] Updated developer instructions for enabling automatic login with url parameters. --- DEVELOPER.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index b6fba2d..76ae45d 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -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