chicks / sugarcrm

A ruby based REST Client for SugarCRM
MIT License
90 stars 64 forks source link

Feature Request : User Password Management #14

Closed frugardc closed 13 years ago

frugardc commented 13 years ago

Any way to trigger password resets emails to users or send them on user creation? If I shouldn't be adding requests here, apologies.

Thanks

chicks commented 13 years ago

You can do this inside of SugarCRM with a Workflow, or Logic Hook. It might already email the user on password reset - have you tried?

davidsulc commented 13 years ago

When writing a logic hook, I found this blog post really helpful http://redinkdesign.net/open-source/creating-logic-hooks-for-sugarcrm-5/

frugardc commented 13 years ago

Excellent. Thanks. Anything I can do to help this project?

davidsulc commented 13 years ago

(I speak for myself, I'm sure chicks will chime in himself.)

Report bugs and propose features :-)

SugarCRM prodives a lot of functions and we can't try all combinations of them to find all the cases where bugs arise in the gem.

In addition, I've only found features to add to chicks' gem when I was using it and thought "I really would need this feature right now"...

chicks commented 13 years ago

I second David's suggestions! :)

frugardc commented 13 years ago

Will do. Thanks again for your excellent work!