php - How does Fuel CMS update the database through Simple Modules? -



php - How does Fuel CMS update the database through Simple Modules? -

i have simple module called 'tradeusers' in fuel cms/codeigniter install. lists trade users on site tradeusers table in db.

this means client able update info on tradeusers cms such business relationship number etc.

however, want them able update password user. stored md5 salt (please no sha1 debate).

the password field editable in cms not encrypt md5 when changed. there way can create fuel cms/codeigniter utilize md5 field?

i know fields in form_fields function in model simple module can't see function puts info database.

i don't want create advanced module of part ready.

so you're looking hash plaintext password stores md5 in tradeusers record? in tradeusers model running md5 on value before saves.

http://docs.getfuelcms.com/general/models#hooks

php mysql codeigniter fuelcms

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -