176
176
msg = {'activate_user': args}
178
response = chat.chat(usrmgt_host, usrmgt_port, msg, usrmgt_magic,
180
response = chat.chat(usrmgt_host, usrmgt_port, msg, usrmgt_magic)
182
200
session = req.get_session()
183
201
session['user'] = req.user
186
205
req.content_type = "text/plain"