I'm not using the email functionality, and thus cannot use the retrieve password function. Is there a generic password that I can enter directly into the dbase? Once the user has access, the user then change password directly.

  • KevinTheJedi replied to this.
  • cherrie

    No, you must use a bcrypt hashed password. I would recommend 8 round entropy. There are many sites online that can hash a password for you.

    Cheers.

    cherrie

    No, you must use a bcrypt hashed password. I would recommend 8 round entropy. There are many sites online that can hash a password for you.

    Cheers.

    Write a Reply...