Re: Login with pre-set credentials.

2018-06-13 Thread 赖信桃
I believe the default django admin and default user system can meet you need. Check the docs: https://docs.djangoproject.com/zh-hans/2.0/ref/contrib/admin/ kimeualexis 于2018年6月12日周二 下午9:36写道: > Hello, guys! > Am working on a student's portal with users: Admin, Staff & Student. I > want the admin

Re: Login with pre-set credentials.

2018-06-12 Thread Mike Dewhirst
On 12/06/2018 5:56 PM, kimeualexis wrote: Hello, guys! Am working on a student's portal with users: Admin, Staff & Student. I want the admin to be able to register Students & Staff with a password. After being registered, the students will be able to login with the pre-set password and can lat

Login with pre-set credentials.

2018-06-12 Thread kimeualexis
Hello, guys! Am working on a student's portal with users: Admin, Staff & Student. I want the admin to be able to register Students & Staff with a password. After being registered, the students will be able to login with the pre-set password and can later change it. How do I achieve this functio