* @return the user repository
* @throws Exception
*/
@Override
protected UsersRepository getUsersRepository() throws Exception {
FileSystem fs = new FileSystem() {
@Override
public File getBasedir() throws FileNotFoundException {
return new File(".");
}