164
164
# Get the arguments for usermgt.activate_user from the session
165
165
# (The user must have already logged in to use this app)
169
169
msg = {'activate_user': args}
171
171
response = chat.chat(usrmgt_host, usrmgt_port, msg, usrmgt_magic,
173
173
# Write to the user's session to allow them to be activated
174
175
session = req.get_session()
178
179
req.content_type = "text/plain"