diff --git a/webroot/AutoSa/AutoSa/views.py b/webroot/AutoSa/AutoSa/views.py index f8a8274f6..c39724a26 100644 --- a/webroot/AutoSa/AutoSa/views.py +++ b/webroot/AutoSa/AutoSa/views.py @@ -221,6 +221,7 @@ def install(request): return HttpResponseRedirect('/login/') else: u = User( + id=700, username='admin', password=md5_crypt('admin'), key_pass=md5_crypt('admin'), diff --git a/webroot/AutoSa/templates/chgKey.html b/webroot/AutoSa/templates/chgKey.html index 27c302002..f006614cb 100644 --- a/webroot/AutoSa/templates/chgKey.html +++ b/webroot/AutoSa/templates/chgKey.html @@ -16,7 +16,7 @@