We tried the following config:

SystemDb:
  Driver: org.postgresql.Driver
  Url: jdbc:postgresql://db:5432/AxonIvySystemDatabase
  UserName: admin
  Password: 1234
  Autoconvert: false
Administrators:
  customer@email.com:
    Password: GeneratedPassword
    Email: customer@email.com

but if fails - are there any plan to support email as user?

Cheers

asked 22.02.2019 at 05:05

skilchenmann's gravatar image

skilchenmann
(suspended)
accept rate: 33%


Hello @skilchenmann

We changed this behavior in version 7.4

You can now define administrators with their respective email address as their login name.

Your example should now work just fine, note that the Password must be set or else the user is not created. Also the email-username does not replace the 'Email' key, you still have to define it to receive emails.

Administrators: customer@email.com: Password: GeneratedPassword Email: customer@email.com

Best regards

link

answered 19.08.2019 at 10:41

Oliver%20Heer's gravatar image

Oliver Heer
(suspended)
accept rate: 57%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×26
×15

Asked: 22.02.2019 at 05:05

Seen: 2,568 times

Last updated: 19.08.2019 at 10:41