Mercurial > libervia-backend
diff src/core/constants.py @ 1043:066308706dc6
core, stdui (profile manager), quick_app: ask for another XMPP password when profile authentication succeed but XMPP connection fails
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 21 May 2014 23:15:01 +0200 |
parents | b262ae6d53af |
children | b29452cab50b |
line wrap: on
line diff
--- a/src/core/constants.py Wed May 21 21:14:40 2014 +0200 +++ b/src/core/constants.py Wed May 21 23:15:01 2014 +0200 @@ -110,8 +110,9 @@ LOG_LEVELS = (LOG_LVL_DEBUG, LOG_LVL_INFO, LOG_LVL_WARNING, LOG_LVL_ERROR, LOG_LVL_CRITICAL) - # HARD-CODED ACTIONS IDS + # HARD-CODED ACTIONS IDS (generated with uuid.uuid4) AUTHENTICATE_PROFILE_ID = u'b03bbfa8-a4ae-4734-a248-06ce6c7cf562' + CHANGE_XMPP_PASSWD_ID = u'878b9387-de2b-413b-950f-e424a147bcd0' ## Misc ##