Hi!
Unfortunatelly it's impossible to enter as a guest with non-Latin name (cyrillic, chinese, etc). Seems do_guest_login() in embed.js treat these characters as not valid. Is it possible to replace the White-List regular expression new RegExp(/^[a-z\d\-_\s]+$/i) check with the Black-List regex check with forbidden special chars?
Thanks!