naru Posted March 15, 2019 Posted March 15, 2019 (edited) I am sell something using adhar based authentication, But if Customer's Finger not matching, The website will generate bill after 5 attemps. Is there anyway to change the website code and generate it with 1 try instead of 5 try ? (it was saving my & Customer's time). Edited March 15, 2019 by naru
BrewManNH Posted March 15, 2019 Posted March 15, 2019 Why would you want your transactions to be less secure? The reason it's taking 5 tries instead of one is because the customer did something the software didn't like and asked them to reverify. Bypassing that is a serious security risk and could open YOU up to fraud. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
naru Posted March 15, 2019 Author Posted March 15, 2019 5 minutes ago, BrewManNH said: Why would you want your transactions to be less secure? The reason it's taking 5 tries instead of one is because the customer did something the software didn't like and asked them to reverify. Bypassing that is a serious security risk and could open YOU up to fraud. Why Website have function to bypassing? it was secure to bypassing and i want to save my time and also customer's
Moderators JLogan3o13 Posted March 15, 2019 Moderators Posted March 15, 2019 (edited) @naru You obviously have not looked at our forum rules, specifically the section quoted below. Please do so before you post again; this is not a discussion we are going to entertain. Quote Bypassing of security measures - log-in and security dialogs, CAPTCHAs, anti-bot agents, software activation, etc. Automation of software/sites contrary to their EULA (see Reporting bullet below). Running or injecting any code (in any form) intended to alter the original functionality of another process. Edit: I see now you have already received a 1 day suspension for not adhering to the forum rules, specifically around bypassing security measures. Post something along these lines again and you will be removed from the forum altogether. Edited March 15, 2019 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Recommended Posts