Projects tigase _server tigase-http-api Issues #84
Configurable `resetPassword` endpoint hostname (#84)
Wojciech Kapcia (Tigase) opened 5 years ago

Currently it sends email with http://localhost:8080/rest/user/…

  • Wojciech Kapcia (Tigase) commented 5 years ago

    The problem boiled down to our AWS setup, which forwards requests. The URL can be configured with:

    'account-email-password-resetter' () {
        tokenVerifierURL = 'https://tigase.im/rest/user/resetPassword/'
    }
    

    But I opted to use X-Forwarded-For header.

issue 1 of 1
Type
Task
Priority
Normal
Assignee
Version
tigase-server-8.1.0
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/tigase-http-api#84
Please wait...
Page is in error, reload to recover