If you create a new contact node, it will always try and set the name to "Administrator" regardless of what you type in the "Contact name" field. This is regardless of what uid 1's username is set to -- for example, I changed uid 1 to "st00pid" and it still barked at me about "Administator not existing" on both the Contact name and author of the node.

I grepped through the code and have no idea where this is actually happening though. The only place I see "Administrator" is in hostmaster_profile_final() which should only be run on install, right?

Comments

anarcat’s picture

Priority: Normal » Critical

This might be because of the hostmaster install wizard, but I don't think so. hostmaster_profile_final should indeed run only on install...

adrian’s picture

Version: » 5.x-0.1-alpha1
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

  • Commit a85768f on 599758_edit_main_site, 640952_client_preview, dev-dns, dev-features, dev-headless_install, dev-log_directory, dev-migrate_aliases, dev-multiserver-install, dev-newsiteform, dev-nginx, dev-platform_management, dev-ports, dev-purgebackup, dev-relationships, dev-restore, dev-server_nodetype, dev-services, dev-site_rename, dev-ssl, dev_dns, prod-koumbit, ssl, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-588728-views-integration, dev-1403208-new_roles, dev-helmo-3.x authored by adrian:
    Fix #239636 - This is a very common mistake. The node->name property (...

  • Commit a85768f on 599758_edit_main_site, 640952_client_preview, dev-dns, dev-features, dev-headless_install, dev-log_directory, dev-migrate_aliases, dev-multiserver-install, dev-newsiteform, dev-nginx, dev-platform_management, dev-ports, dev-purgebackup, dev-relationships, dev-restore, dev-server_nodetype, dev-services, dev-site_rename, dev-ssl, dev_dns, prod-koumbit, ssl, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-588728-views-integration, dev-1403208-new_roles, dev-helmo-3.x authored by adrian:
    Fix #239636 - This is a very common mistake. The node->name property (...