Rdmine troubles
#4
I guess you're right. I took a quick look at the ruby sources:

Code:
# Returns a 128bits random salt as a hex string (32 chars long)
  def self.generate_salt
    Redmine::Utils.random_hex(16)
  end

On the other hand, it seems to be a fixed length.

Please post a trac ticket


Messages In This Thread
Rdmine troubles - by WhiteTiger - 07-23-2014, 11:58 AM
RE: Rdmine troubles - by atom - 07-25-2014, 05:31 PM
RE: Rdmine troubles - by WhiteTiger - 07-25-2014, 06:06 PM
RE: Rdmine troubles - by atom - 07-25-2014, 07:02 PM