Ticket #269: Changed password hash column to binary(32) and added a database script to create a default admin user

This commit is contained in:
James Muehlner
2013-02-12 11:41:36 -08:00
parent e9396999a4
commit f831287747
38 changed files with 588 additions and 650 deletions

View File

@@ -94,11 +94,14 @@
<version>3.2</version>
</dependency>
<!-- Google Collections -->
<dependency>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>1.0</version>
</dependency>
<!-- Guacamole -->
<dependency>
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-auth-mysql</artifactId>