akvo.rest.views.user_management module

Akvo RSR is covered by the GNU Affero General Public License.

See more details in the license.txt file located at the root folder of the Akvo RSR module. For additional details on the GNU license please see < http://www.gnu.org/licenses/agpl.html >.

akvo.rest.views.user_management.employ_user(invited_user, organisation, group, inviting_user)[source]
akvo.rest.views.user_management.invite_user(request, *args, **kwargs)[source]

Invite a new user to RSR.

:param request; request.data is a JSON string containing email, organisation and group data

akvo.rest.views.user_management.valid_email(email_address)[source]