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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -