/sigmah/src/test/resources/dbunit/authTest.db.xml
XML | 31 lines | 19 code | 5 blank | 7 comment | 0 complexity | 6da176ed87ae44f3d1f70a77f1e92264 MD5 | raw file
1<?xml version="1.0"?> 2<!-- 3 ~ All Sigmah code is released under the GNU General Public License v3 4 ~ See COPYRIGHT.txt and LICENSE.txt. 5 --> 6 7<dataset> 8 9 <userLogin userId="2" 10 name="Bavon" 11 email="bavon@nrcdrc.org" 12 locale="fr" 13 newUser="1" 14 password="$2a$10$/A6O/S4jDQMCXtP8dicJL.0LJmg9PjqKmrk1dn9F58kitlHQIzyRS" 15 /> 16 <!-- "monday" --> 17 18 <userLogin userId="3" 19 name="Stefan" 20 email="stefan@irc.org" 21 locale="fr" 22 newUser="1" 23 password="$2a$10$EtQt1mcO7CXwBfIORjsN5OByNMzc48I2LfUjDa9iKfE2FVxaIBPwq" 24 /> 25 <!-- tuesday --> 26 27 <!-- Our expired session here --> 28 <authentication authToken="12345678123456781234567812345678" dateCreated="2008-01-01" dateLastActive="2008-01-02" 29 UserId="2"/> 30 31</dataset>