Reset the Dyn/Admin Password:
Step 1 : Add the Admin.Reset to your Build ear, When adding this module to your build arguments, It will allow us to prompt to the Change password template
Step 2 : And if you not sure what is your password . Use this below query and execute it in the query browser
update das_account set password = 'e64b78fc3bc91bcbc7dc232ba8ec59e0'
where account_name = 'admin';
your Password will be : Admin123
If you want to use some other MD5 hash words also
Different Admin password Are Given Below Along With MD5 Hash Words:
Admin1234 = 2da753c46e58b26de9a6c25acae32d6df6fde06adb8ef2cde66aad7436d235dd
admin = 21232f297a57a5a743894a0e4a801fc3
Thats it. so simple.
1 comment:
Can you let me know which OOTB form handler gets called on login of dyn/admin?
Post a Comment