Smolder::Control::Admin::Developers
Controller module for Admin activities concerning Developers
Allow an admin to reset the password of a developer to a new random string and then email the new password to the developer. Uses the Email/reset_pw.tmpl template for the email and the Admin/Developers/resetpw_success.tmpl for displaying the result.
Show the edit form to allow an admin to edit the data about a developer. Uses the Admin/Developers/edit.tmpl template.
Processes the incoming data from the edit
mode and update the developers info in the database if validation passes.
Uses the Admin/Developers/edit_success.tmpl template.
Show a list of all developers. Uses the Admin/Developers/list_table.tmpl template.
Show the add form for adding a new developer. Uses the Admin/Developers/add.tmpl template.
Process the incoming data from the add
mode and add it to the database if validation passes.
Uses the Admin/Developers/add_success.tmpl.
Delete a Developer and all data associated with him.
If successful returns the list
mode.
Show the details of a developer. Uses the Admin/Developers/details.tmpl template.