Thanks for your help, Darius!
I couldn’t find anything about this anywhere. Okay, so i tried submitting this
command (authenticated as superuser)
all I get as reply is:
{"error":"not_found","timestamp":1484145351543,"duration":1,"error_description":"null
for uri:
http://127.0.0.1:8080/management/orgs/org/appname?access_token=XXXXXX","exception":"com.sun.jersey.api.NotFoundException"}
What does that mean?
the url for confirmation is set in usergrid-deployment.properties
usergrid.user.confirmation.url=...
Thanks in advance!
Chris.
> Anfang der weitergeleiteten Nachricht:
>
> Von: Darius Ciupe <[email protected]>
> Betreff: Usergrid email confirmation
> Datum: 11. Jänner 2017 um 09:24:50 MEZ
> An: [email protected]
>
> Hi
> To use email confirmation you must update a property in your application:
>
>
> PUT http://localhost:8080/management/orgs/
> <http://localhost:8080/management/orgs/><your-org>apps/<your-app>
>
> {
> "registration_requires_email_confirmation": true
> }
>
>
> You must also set the url for email confirmation in
> usergrid-deployment.properties:
> usergrid.user.confirmation.url=...
>
> Hope this helps you !
>
>