I'm just about to start hacking into the user.module to change the default setting when users forget their password..i.e. instead of generating a new password.....it is a password reminder.
That way other people can't be evil anbd change someone elses password...which is possile by just typing in the username.
It's a minor ergonomic thing..but I would like to apply it to my test drupal installation.
before I get into trying to do this - I'm a newbie to php etc. - was just wondering if anyone else has done it themselves or has thought about it..
I could not find who is developing this new module in CVS but I tried to test it out and seems like table prefixes were not adhered to as just had sql errors in all db queries.
I have an install using prefixes in drupal you see.
taxonomy_form_vocabulary() only invokes 'node_name', and never' types' on modules when enumerating all the node types. Thus, the node types defined by some of the modules I'm developing are not available to me when creating a taxononmy.
Rather than links to an external wiki (which if i understand correctly, is what the existing wiki module provides, along with wiki markup? Pleasse corect me if i'm wrong). I want a wiki within Drupal. This would allow for integrated searching across wiki and Drupal content, backlinks to non-wiki pages, avoiding redundant work in style editing, and no doubt other nifty possibilities.
Is anyone here working on such a thing, or do you know of anyone working on such a thing?