Authenticated Connector using import.io with extra screen not working - import.io

I am trying to create an authenticated login to a website using import.io but before I get to the username and password screen I have to enter an ID number in another screen. I have recorded all the actions, but when I stop recording I get "You did not enter just a username and password" and wont let me go any further.
If I enter the ID number and navigate to the username and password screen THEN start recording, import.io rather unhelpfully reloads the page, which takes me back to the ID number screen.
How do I get import.io to accept the ID, username and password as logon credentials OR how do I stop import.io from reloading the page when I hit record?

Related

Autofill Username and Password for multiple users in react native?

I'm creating a simple app in which I'm saving a session of a current user using a token. Once the user login and close the app next time user will go to the home page. But If the user logs out. Next time will go to the login page and now if the user enters the initial characters of the name. I want to automatically get his/her name and password and fill in the form like in browser and web apps
Any help?
If need more description. let me know in the comment section.

When does authorization occur during app login?

I'm currently building the login/registration part of an application (similar to WhatsApp login).
The flow is as follows:
Screen #1: User enters phone number for authentication
Screen #2: the user will need to enter a 4 digit number (which was sent via SMS) to verify the phone number
Screen #3: In the case where the user is a new user, s/he will enter the full name. If the user is a returning user, screen #3 will not show up (jump to screen #4).
Screen #4: User is taken to the home screen of the app.
My question here is: will the access token and the refresh token be returned in screen #2 from phone verification API OR in screen #3 from entering the full name API?
I also want to know what the return value of phone verification and entering full name APIs.

how to prevent back button to login page after user logs in

i have a log in page where user enters username and password and then the user is redirected to his account page, but when i press the back button it takes me back to the log in page. How do i prevent that from happening.
You should add checking if user is logged in on login page. If yes, you should make redirection to default page.
In your controller (where you check if user is valid or not), make a session variable and initialise it to "connected" for example.
And in your login form check if your session variable is connected if so redirect to wanted page.

fbAsyncInit: username displayed after 3 times refresh

I am using the PHP Facebook API and the Javascript part to check if an user is logged in.
But my username will be displayed after 3 times refreshing the page. Here are the steps that I take.
Log into Facebook
Go to my website (first time visit)
Refresh my website 2 times
My username will be displayed
Does someone know something about this problem?

Joomla mod_login vs com_user

I'm having a very weird issue with user logins.
I'm building a site where all the content/menus are only available after you login.
I made a 'login' through the Modules and assign it the "userlogin" position.
Now when I go to the home page or any page, the login box comes up, but there's also a second login form. It seems to be coming from com_user.
This com_user login form doesn't work. I can't login using any credentials. If it was working I can simply remove my login module.
Is there a way I can either:
get com_user to work with normal user logins
or
disable this and so I can only see the Module login.
I can hide it from CSS, but I want to know where it's coming from.
Check the menu link which you have created should be public.
If these are not public then whenever user clicks it, he/she will be asked for login. Thats why the second login option is coming up.