Whitelist a core py method

i need to whitelist a core py method.
how to do it? Can anyone suggest me??

@Kiranmai check this Override whitelisted method

@Jeel Thanks for the reply.
But i dont want to override a method, i need to whitelist a core method.
i want to add allow_guest=True

you have overide the whole class first
in your custom class
then copy paste that same method

add whitelist to that method

1 Like

@Sudhanshu Thanks for the advise.