Tagged Questions
2
votes
1answer
50 views
Overriding default hashing mechanism: cannot redeclare user_hash_password()
I have a project that requires a change in the default password encryption mechanism.
The documentation of password.inc states that this can be overridden using the password_inc variable. I followed ...
0
votes
0answers
44 views
Strange behaviour,it may be an attack
I have a political website, and I expect attacks anytime. Yesterday, someone told me on my Facebook page that he will hacker me; I blocked him immediately.
Today, when I tried to create a user on the ...
6
votes
2answers
72 views
Module available for forcing users to re-enter their password to view/edit certain user account fields?
My users have custom fields for their user account that can contain some sensitive information. To protect against privilege escalation vulnerabilities, I'd like to make these fields only readable and ...
2
votes
1answer
128 views
How to prevent login if a condition is not met
I am working on a Drupal 6 site (which I did not make and am not in charge of the general IT architecture at this company).
The site is on an intranet and they regularly import all users from an ...