Re: [openwisp] openwisp Controller UI's user password change

2020-04-14 Thread Gagan Deep
Hi Amit, You can use *set_password* method as shown in this example Regards, Gagan Deep On Tue, Apr 14, 2020 at 12:17 PM Amit Goyal wrote: > Hello Everyone > > Can we change OpenWisp Controller UI's user password by script ?

[openwisp] openwisp Controller UI's user password change

2020-04-14 Thread Amit Goyal
Hello Everyone Can we change OpenWisp Controller UI's user password by script ? I know we can create superuser by following command . echo "from django.contrib.auth import get_user_model; User = get_user_model(); User.objects.create_superuser('$OPENWISP_ADMIN_USER', 'ad...@test.com',