I am building a Drupal site that requires a valid .mil email to view certain areas. Is there a way I can know if a user changes their email and validte that as a part of the change like is done when the user signs up for an account?
I've been using Drupal to implement some websites and am quite happy with all the features and modules it offers. One thing I am missing however for my latest website is an anonymous guestbook (where visitors can easily leave a message).
When i check the messages on the watchdog page on /admin, i see an awful lot of Got error 28 from storage engine query: SELECT DISTINCT(p.perm)
errors.
When I check the details I see that this error happens on several pages, not 1 in particular
The additional information on the details page is:
I need to assign node ownership to a user who is not the submitter.
I have added a select input named "uid" to my node form which contains a list of users. I was hopeful that this would replace the value of $node->uid, but this appears not to be the case. The node is inserted with the submitter uid.