Deleting user_identity via ORM instead of DB directly.
Adding request->param support for the following user controller actions:
action_provider
action_provider_return
action_associate
action_associate_return
Adding new route that works with the above actions.
Adding a proper duplicate email message.
Renaming the user_identity table to user_identities.
Deleting user_identity via ORM instead of DB directly. Adding request->param support for the following user controller actions: action_provider action_provider_return action_associate action_associate_return Adding new route that works with the above actions. Adding a proper duplicate email message. Renaming the user_identity table to user_identities.