scripts/wifiweb/utilisateurs.py
chove 579de2f640 rien
darcs-hash:20050308192915-4ec08-414c8a9a4d4f3529ae0eaa88f0ebcdfbe848ba42.gz
2005-03-08 20:29:15 +01:00

10 lines
343 B
Python
Executable file

#! /usr/bin/env python
# -*- coding: iso-8859-15 -*-
# les mots de passe sont cryptés avec la commande :
# python -c "import sha ; print sha.new('***').hexdigest()"
users = {
'bilou:b6831110716ea7782b636469b31dc3a695b26386' : ['valhalla','aegir'],
'vince||:7bc07c05eebf6726b48f557fcb60b434364034cd' : ['valhalla','heimdall','vidar']
}