Skip to content

Commit

Permalink
Fix support email and webmailer url of pycroft backend
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeto committed Aug 22, 2018
1 parent 94152e2 commit 0d5f137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sipa/model/pycroft/__init__.py
Expand Up @@ -21,7 +21,8 @@ def init_context(app):
name='pycroft',
user_class=user.User,
mail_server="wh2.tu-dresden.de",
webmailer_url="https://mail.agdsn.de",
support_mail="support@agdsn.de",
webmailer_url="https://www.wh2.tu-dresden.de/webmail/",
init_context=init_context
)

Expand Down

0 comments on commit 0d5f137

Please sign in to comment.