Wordpress stores it’s session information in cookies. The hard part was finding out what the cookie names were because in this version of Wordpress the cookie names are generated based on the “siteurl” configuration setting. This configuration setting can be found in the wp_options table of the database.
Mark builds a custom Authenticator for this. But I found this line in the Authenticator: $s = "select option_name, option_value from wp_options where option_name = 'siteurl' or option_name = 'home'"; There is NOT siteurl in option_name in wp_options of Lyceum >.<
I stoped here, now I can login Lyceum as usual, but can't login vanilla, even using the original vanilla account: Some problems were encountered The requested user could not be found.