woocommerce / woocommerce-ios

WooCommerce iOS app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
301 stars 109 forks source link

Repetitive Credential Entry After First Login with Application Password #13826

Open pmusolino opened 2 months ago

pmusolino commented 2 months ago

Description

After the first login for authorizing the user to create an application password, the app prompts the user to re-enter their previous credentials in the wp-admin webview. This is a repetitive task, as the user is required to re-enter information that they have already provided. To enhance user experience, it would be beneficial if these fields were auto-completed with the information previously entered in the native view.

Steps to Reproduce

  1. Open the app.
  2. Log in for the first time to authorize the creation of an application password.
  3. When prompted in the wp-admin webview, re-enter the credentials that were already provided in the native view.

Expected Behavior

The fields in the wp-admin webview should be auto-completed with the credentials that the user has already entered in the native view.

Actual Behavior

The user is required to manually re-enter their credentials in the wp-admin webview, even though this information has been entered previously.

Possible Solution

Implement auto-completion for the credentials fields in the wp-admin webview using the information that was provided in the native view.

Additional Context

This improvement would streamline the login process and reduce the redundancy of entering the same information multiple times, thereby improving the overall user experience.

dangermattic commented 2 months ago

Thanks for reporting! 👍