How can i customize GenerateChangePhoneNumberToken in ASP.NET Identity? -


i need customize generatechangephonenumbertoken() , generateemailconfirmationtoken() in asp.net identity 2. how implement it? need generate custom token. can it?

no, cannot except replacing complete asp.net identity code yourself. tokens generated , validated according rfc 6238 6 digits used. can refer source code here


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -