Closed mlocati closed 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
This could be made simpler by using the BindingService class
BindingService
See https://github.com/concretecms/translate.concretecms.org/pull/94
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