Permitir a los administradores cambiar las direcciones de correo fácilmente

Current setup:

Site is locked down for members to be invited or request access.
We don’t want people changing their own email address, so the related email change site-setting is disabled. Of course, sometimes an admin must.

###Expectation:
go to the user’s admin page, see the email, and edit it, potentially have that pending confirmation of the new email. :sunny:

###Actual

  • visit the admin page

  • click a button to see what it is.

  • there’s no way to edit it

  • Click Show Public Profile,

  • realize you have to click Preferences too.

  • No way to edit the email address… grrr

  • Go back to admin

  • disable the site setting

  • go back to publich profile/preferences

  • edit

  • go back to admin

  • disable the site setting.

As an admin, can we please just edit a user’s address at all times, from the Admin page?

extra brownie points from this customer if @techAPJ could allow the name to be edited while he’s there.

Please?

14 Me gusta

Yeah, we are fine with allowing email/name/username editing on admin page. We must account for the sso override stuff though that disables editing here.

Of course, there are a couple of things that should be added related to this.

  • We should log all the name/email/username changes and have that visible somewhere

  • If an admin changes a users email, its probably sane to allow them to send an email right away to that user explaining that the email changed, doing this (optionally) automatically would be good.

2 Me gusta

I guess API considerations, such as this post by @SnipersCode, would come in to play as well.

3 Me gusta

As an admin, I can change an email now it just takes too many steps.

Addressing either (or both) of these two needs would help a lot"

  • Allowing an admin to change a user’s email from its Admin view (not only the public profile)

  • Allowing the change even if the site setting is disabled.

As for SSO, presumably the source of authentication already knows about the new email… the goal of the change in discourse would be to prevent an undesired second account from being created on the user’s next visit.

4 Me gusta

Currently this happens… we need to click an email confirmation link.

Maybe that would have to change when SSO is enabled, however I don’t think bringing the control from the user-side preferences to the admin side preferences changes the current SSO workflow.

1 me gusta

Hola,

Lamento reabrir este hilo antiguo, pero el comportamiento de Discourse está causando problemas en este momento.

Si un usuario activa sus cuentas en nuestra plataforma (Discourse es solo una de las muchas plataformas), creamos automáticamente un usuario de Discord a través de la API. Necesitamos hacer esto para asignar los grupos correctos. Si el usuario cambia su correo electrónico antes de iniciar sesión por primera vez en Discourse a través de Discourse SSO, creará una nueva cuenta (<username>1) y tendremos que fusionar manualmente las 2 cuentas.

Permitir que la API cambie el correo electrónico ayudaría a reducir mucho trabajo manual. Y supongo que los administradores también deberían poder hacerlo, ya que normalmente saben lo que hacen.

Me gustaría prohibir a los usuarios cambiar sus direcciones de correo electrónico, pero no a los administradores y a la API.

1 me gusta

Configure su SSO para que asigne los grupos al iniciar sesión.

1 me gusta

Lamentablemente, eso no es posible con nuestra configuración.

(al menos no por el momento)

Otra solución fácil para nosotros sería si Discourse SSO o SAML pudieran configurarse para iniciar sesión en la cuenta con el mismo nombre SIN realizar comprobaciones basadas en el correo electrónico. Pero desafortunadamente Discourse siempre quiere ser más inteligente que cualquiera que lo use :frowning:

¡Bueno, supongo que no fui el único en quejarme. ¡Finalmente es posible!

¡Muchas gracias! :slight_smile:

2 Me gusta

Se dividieron 6 publicaciones en un nuevo tema: Cambiar direcciones de correo electrónico no funciona como administrador