Re: User registration with security features

2020-08-17 Thread Andréas Kühne
Hi, No, that is not available in django per default. Django doesn't know anything about "devices". You will need to write that code by yourself - or search for a plugin that handles devices. Regards, Andréas Den sön 16 aug. 2020 kl 23:59 skrev Ram : > Hi, > > Does DJango have built in functio

User registration with security features

2020-08-16 Thread Ram
Hi, Does DJango have built in functions for user registration with following security features? 1. Initial registration should be successful as it is new user registration 1.1. Upon successful registration and login, device will be registered in account history 2. When login is attempted from t