concretecms / translate.concretecms.org

Translation of Concrete core, themes and add-ons.
0 stars 3 forks source link

Fix retrieving the Concrete profile URL #93

Closed mlocati closed 5 months ago

mlocati commented 5 months ago

We switched from the "community" to the "external_concrete" authentication type.

The "external_concrete" authentication type doesn't provide (yet) a getConcreteProfileURL() method (see https://github.com/concretecms/concretecms/pull/12098).

Furthermore, we need the concrete profile URL also for users that last logged in with the old "community" authentication type.

This PR is an alternative to https://github.com/concretecms/translate.concretecms.org/pull/92

mlocati commented 5 months ago

This could be made simpler by using the BindingService class

See https://github.com/concretecms/translate.concretecms.org/pull/94