f5inet / django-dms

Automatically exported from code.google.com/p/django-dms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

admin username/password hoverwritten be default data #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. trying to login into the admin backend
2.
3.

What is the expected output? What do you see instead?

Maybe drop a README.txt file (in the same dir of the licence) where you
write that the credentails to access the admin are

user: admin
password: admin

And also report them here: http://code.google.com/p/django-dms/wiki/HowTo

Basiccally the demodata also overwrite the admin user inserted while doing
the first "python manage.py syncdb"

What version of the product are you using? On what operating system?

Original issue reported on code.google.com by freakcli...@gmail.com on 9 Feb 2009 at 11:05

GoogleCodeExporter commented 8 years ago
Ah, ok, you're right, I didn't expect people to enter their own admin details, 
but
that's actually better because then you can see the documents get emailed to you
automatically as a logged in user. I've changed the name from generic 'admin' to
something that people probably wont come up with ('dmsadmin') and will mention 
it in
the HowTo.

Original comment by e.willha...@gmail.com on 4 Mar 2009 at 12:09