Finally found it. Here's how you can lock it:
var LockedMenu = HS.menu
LockedMenu._on_line_edit_password_text_submitted(YOUR_PASSWORD)
Remove lock:
var LockedMenu = HS.menu.get_node("LockedMenu")
LockedMenu.remove_locked_password()
You can change lock duration using:
var lock_menu = HS.menu.get_node("LockedMenu")
lock_menu.remaining_seconds = TIME_IN_SECONDS
When you enable random collection it enables all the collections until first switch happens. Was trying to use random collection inside random collection but it kept enabling all the collections when the top random collection switch happened.
I'm not getting an email with activation code