[wp-meta] [Making WordPress.org] #5267: Unable to create new users on Spanish Rosetta site

Making WordPress.org noreply at wordpress.org
Tue Jun 16 20:35:38 UTC 2020


#5267: Unable to create new users on Spanish Rosetta site
-------------------------------------------+---------------------
 Reporter:  casiepa                        |       Owner:  (none)
     Type:  defect                         |      Status:  new
 Priority:  normal                         |   Milestone:
Component:  International Sites (Rosetta)  |  Resolution:
 Keywords:                                 |
-------------------------------------------+---------------------

Comment (by ocean90):

 Some research results:

 `"SELECT * FROM $wpdb->options WHERE option_name LIKE '%user_roles'"`
 should only return one result but the following sites have more than one:


 {{{
 tr.wordpress.org (41):
 2 OPTIONS (2x wporg_41_user_roles)
 pt.wordpress.org (58):
 66 OPTIONS (1x wporg_58_user_roles, 65 for ros_<id>_user_roles)
 es.wordpress.org (64):
 2 OPTIONS (2x wporg_64_user_roles)
 }}}


 A site should have 8 roles, the following sites have less or more:


 {{{
 fr.wordpress.org (40):
 translation_editor, general_translation_editor, locale_manager, editor,
 administrator, author, contributor, subscriber, helphub_editor,
 helphub_manager
 tr.wordpress.org (41):
 locale_manager, general_translation_editor, translation_editor
 ja.wordpress.org (42):
 translation_editor, general_translation_editor, locale_manager, editor,
 administrator, author, contributor, subscriber, helphub_editor,
 helphub_manager
 ko.wordpress.org (45):
 translation_editor, general_translation_editor, locale_manager, editor,
 administrator, author, contributor, subscriber, helphub_editor,
 helphub_manager
 sr.wordpress.org (56):
 translation_editor, general_translation_editor, locale_manager, editor,
 administrator, author, contributor, subscriber, helphub_editor,
 helphub_manager
 pt.wordpress.org (58):
 translation_editor, general_translation_editor, locale_manager, editor,
 administrator, author, contributor, subscriber, helphub_editor,
 helphub_manager
 fa.wordpress.org (60):
 translation_editor, general_translation_editor, locale_manager, editor,
 administrator, author, contributor, subscriber, helphub_editor,
 helphub_manager
 es.wordpress.org (64):
 locale_manager, general_translation_editor, translation_editor
 hu.wordpress.org (74):
 locale_manager, general_translation_editor, translation_editor
 nl.wordpress.org (82):
 translation_editor, general_translation_editor, locale_manager, editor,
 administrator, author, contributor, subscriber, helphub_editor,
 helphub_manager
 ve.wordpress.org (91):
 translation_editor, general_translation_editor, locale_manager, editor,
 administrator, author, contributor, subscriber, helphub_editor,
 helphub_manager
 ro.wordpress.org (93):
 translation_editor, genereal_translation_editor,
 general_translation_editor, locale_manager, editor, administrator, author,
 contributor, subscriber
 ka.wordpress.org (102):
 translation_editor, genereal_translation_editor,
 general_translation_editor, locale_manager, editor, administrator, author,
 contributor, subscriber
 gl.wordpress.org (103):
 translation_editor, general_translation_editor, locale_manager, editor,
 administrator, author, contributor, subscriber, helphub_editor,
 helphub_manager
 dv.wordpress.org (126):
 validator, translation_editor, general_translation_editor, locale_manager,
 editor, administrator, author, contributor, subscriber
 bn.wordpress.org (140):
 locale_manager, general_translation_editor, translation_editor
 es-mx.wordpress.org (160):
 translation_editor, general_translation_editor, locale_manager, editor,
 administrator, author, contributor, subscriber, helphub_editor,
 helphub_manager
 ltz.wordpress.org (180):
 validator, translation_editor, general_translation_editor, locale_manager,
 editor, administrator, author, contributor, subscriber
 pt-ao.wordpress.org (635):
 administrator, editor, author, contributor, subscriber, locale_manager,
 general_translation_editor, translation_editor, helphub_editor,
 helphub_manager
 }}}



 After removing the broken helphub_editor, helphub_manager, validator and
 genereal_translation_editor roles we're down to four sites with incomplete
 roles:


 {{{
 tr.wordpress.org (41):
 locale_manager, general_translation_editor, translation_editor
 es.wordpress.org (64):
 locale_manager, general_translation_editor, translation_editor
 hu.wordpress.org (74):
 locale_manager, general_translation_editor, translation_editor
 bn.wordpress.org (140):
 locale_manager, general_translation_editor, translation_editor
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/5267#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list