Reset admin panel credential

Priority: High
Request: Reset admin panel credential for Ex curator
Project ID: ex-curator-18446-6a9e4d0a
Project Link: https://app.crowdbotics.com/dashboard/app/18446
Staging Link:
Additional Info: Not able to reset password using Hijak link


Logs
Reset password for superuser failed. Error: System check identified some issues:

WARNINGS:
e[33;1mposts.Post.post_date: (fields.W161) Fixed default value provided.
HINT: It seems you set a fixed date / time / datetime value as default for this field. This may not be what you want. If you want to have the current date as default, use [django.utils.timezone.now](http://django.utils.timezone.now/)e[0m

@ankit there seems to be some issue with the post_date field of Post model. As the log says, it has some default value setup, and it’s suggesting to setup timezone.now. Once this issue is resolved, it will work fine.

1 Like

@saurav, Who’s action required, platform team or Developer working on project ?

CC @luke.smith

@ankit developer working on project should update this.