Hi
i have installed this module but i couldn't find the space for setting my privare key and encryption algorithm.
i hope if there there were a Readme file it will solve the problem. for the time being may i have the help please..
Hi
i have installed this module but i couldn't find the space for setting my privare key and encryption algorithm.
i hope if there there were a Readme file it will solve the problem. for the time being may i have the help please..
Comments
Comment #1
BoogieBug commentedNot quite sure what is the security key you mentioned. If you means the one that the module uses to encrypt the password, it was generated randomly by the installation code (hook_install in openerp.install) based on the time you install the module.
If you wish to alter the key yourself, please put the MD5 hash of your key into the Drupal's vairable table. It should be placed in the row with the name of 'openerp.key' with the format like ' s:32:"your MD5 hash"'.
Comment #2
BoogieBug commentedI've assigned the issue to myself. If you have any further questions about this topic, please feel free to post it here.
Comment #3
lipinponmala007 commentedthanks for your replay. i was talking about the key that is generated by the installer.ok now it is clear
Comment #4
BoogieBug commented