The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I install UserSpice
#9
Yeah. To finish answering your question...the default is password for both user and admin. That hashing type thing you're seeing is bcrypt. The reason to use something like that vs SHA is that it introduces an intended "slowness" in decryption. This is the standard way php passwords are encrypted and this slowness makes brute force cracking attempts impractical. The other reason to use it is that changes can be made to the strength (for example, you can change that 12 to a 15 when you're encrypting the password and the decrypting software can automatically decrypt passwords that are made with the old 12 or the new 15 without any modification. I hope that makes sense.
  Reply


Messages In This Thread
How do I install UserSpice - by mudmin - 12-11-2015, 08:35 PM
How do I install UserSpice - by mudmin - 01-08-2016, 03:02 AM
How do I install UserSpice - by sevol - 01-11-2016, 10:33 PM
How do I install UserSpice - by sevol - 01-11-2016, 10:57 PM
How do I install UserSpice - by mudmin - 01-11-2016, 11:19 PM
How do I install UserSpice - by mudmin - 01-12-2016, 04:13 PM
How do I install UserSpice - by wallas - 03-19-2016, 09:50 PM
How do I install UserSpice - by wallas - 03-19-2016, 10:18 PM
How do I install UserSpice - by mudmin - 03-21-2016, 12:47 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)