Project

General

Profile

Revision 9d3b1125

ID9d3b1125a1b020765c74cd0cbfbd1a90be7e54a9
Parent 2cd065a3
Child 924533ae

Added by Aurelien BOMPARD about 13 years ago

Changement du mot de passe par défaut dans les IHM web: c'est maintenant `iddad`.

Les connaisseurs apprécieront.

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@6977 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

README.txt
33 33
par la commande ``vigilo-updatedb``. Enfin, il faut redémarrer Apache pour
34 34
qu'il prenne en compte le nouveau fichier de configuration de VigiGraph.
35 35

  
36
L'accès à l'interface se fait avec les identifiants suivants :
37

  
38
 - login : ``manager``
39
 - mot de passe : ``iddad``
40

  
36 41

  
37 42
License
38 43
-------
vigigraph/tests/functional/test_authentication.py
35 35
        form = resp.form
36 36
        # Submitting the login form:
37 37
        form['login'] = u'manager'
38
        form['password'] = u'managepass'
38
        form['password'] = u'iddad'
39 39
        post_login = form.submit(status=302)
40 40
        # Being redirected to the home page:
41 41
        assert post_login.location.startswith('/post_login'), \
......
49 49
    def test_logout(self):
50 50
        """Logouts must work correctly"""
51 51
        # Logging in voluntarily the quick way:
52
        resp = self.app.get('/login_handler?login=manager&password=managepass',
52
        resp = self.app.get('/login_handler?login=manager&password=iddad',
53 53
                            status=302)
54 54
        resp = resp.follow(status=302)
55 55
        assert 'authtkt' in resp.request.cookies, \

Also available in: Unified diff