dbpedia / databus

A digital factory platform for managing files online with stable IDs, high-quality metadata, powerful API and tools for building on data: find, access, make interoperable, re-use
Apache License 2.0
41 stars 17 forks source link

Default Name #20

Closed Vehnem closed 1 year ago

Vehnem commented 2 years ago

Do not use email as default name Or maybe force user to give full name at account unlock

holycrab13 commented 1 year ago

Email is only shown locally for the logged in user as long as no account has been claimed. Email is never accessed on the server side or shown to any other user. Only OIDC sub is used for identification of users.

JJ-Author commented 1 year ago

maybe the sub is sometimes (e.g. for auth0) the email? neverthe less in 2.0.10 this still gets indexed in the search as label of the user which is not nice. image

JJ-Author commented 1 year ago

so if you dont know or forget to change your account label this in the field below this will be shown publicly

image

holycrab13 commented 1 year ago

sometimes the OIDC name is set to an email adress. Will add an additional check.

holycrab13 commented 1 year ago

Account label is now ALWAYS initially set to the account name

holycrab13 commented 1 year ago

The applied fix did not work, reopened.

holycrab13 commented 1 year ago

fixed in rc4