Unable to sign up at Heroku - heroku

I am unable to create an account at Heroku.com for some reason. Note that I do not have an account and am trying to create one.
I am able to click "Sign Up" on the home page, input my email address, receive the validation email, follow the link from validation email to page where input password and then am supposed to click "Save". At this screen, my email address has already been filled out (since I followed the link from the email) so I just pick a password, and put the same password in the "Confirm Password" box.
At this point I would expect the "Save" button to light up (or allow me to click it) but nothing happens when I click it.
I would check the Heroku site for help but am required to log in before getting help.
Using Chrome on Win 7. Using Lastpass for password management.

Heroku requires that the password be typed in rather than automatically added with something like Lastpass. Once the password has been typed in, the "Save" button will light up and allow you to proceed.

Related

How can user change password without going to "keycloak"?

I would like to use "Keycloak" for authentication in my application.
However, I have a problem because I would like to be able to change the password by the user. But I wish he would do it without going to the "keycloak" console. I don't want him to see other options like "profile details" etc. I just want to display a blank "old password", "new password", "repeat new password" form and that's it.
Looking through the documentation and forums, I can see that "keycloak" no longer provides API for changing the password.
Can anyone help me how else to solve it? It may even be a redirection to the "keycloak" port, but only with a password change form and that there would be a redirection to the application immediately.

Error Testing My Data on api.parse.com Using Their Keys

I am new to Parse.com and am trying to test the data I have created on their platform but it is not going through. I have followed the book am reading and it's time to test the data I have created on Parse but it's not working.
I am supposed to type the following address into the browser and receive all the data I have created under the "Products" class as JSON in the browser. I am doing it to test it if it is working.
https://<appID>:javascript-keys=<jsKEY>#api.parse.com/1/classes/Products
appID is replaced with my Parse-applicationID and jsKEY is replaced with my Parse-JavascriptKEY. When I enter the above address into the browser, a dialog box appears asking me to enter my username and password. I typed my www.Parse.com username and password but its not working.
First, I receive a confirmation box with the following message:
You are about to log in to the site "api.parse.com" with the username "<appID>".
appID is the application ID from parse.com
I will click OK and then I receive a prompt dialog box with two input fields for username and password. I enter my parse.com username and password but then it does not work. I also try to use the <appID> as the username and with the parse.com password but still it does not work.
The dialog box means that the authentication failed, so they ask for your username and your password again. The URL scheme is https://user:password#api.parse.com/1/classes/Products. So when the dialog ask for your username and password it actually ask for your appID as username, and your jsKey (with the string "javascript-key=" in front of it) as password.
The issue here is that you are adding a s at the end of key in the string javascript-key=.

how i can disable the approval email at the time of first time login in joomla

Here is the message that i got when a new user first time login
Your registration process is not yet complete! Please check again your email for further instructions that have just been resent. If you don't find the email, check your spam-box. Make sure that your email account options are not set to immediately delete spam. If that was the case, just try logging in again to receive a new instructions email.
Go to Users->User Manager on the admin side. Click Options in the upper right. You are likely wanting to change "New User Account Activation" to "None". This will allow them login immediately after sign-up without checking their email.
I'm not sure that this will retroactively activate anyone that has already signed up, so if that is an issue, you would want to activate them manually using the User Manager. (You would want to see green checks in the "Enabled" and "Activated" columns for the users to be able to login.

Magento + PayPal Sandbox

So, recently PayPal switched from sandbox.paypal to developer.paypal interface. It is still in beta mode, so it's not working perfectly, and on the other hand sandbox is practically disabled, you can not register nor login with old credentials.
So, when trying to make a test system in Magento, I create one seller account and one buyer account in new developer.paypal interface, but when I try to make a purchase it keeps showing me the wrong login/pass error (I enter the seller account e-mail and password).
Before all this I remember I had to be logged in the sandbox.paypal with my main sandbox account for this to work, but now login to sandbox is not possible any more, and login to developer doesn't help.
Anyone had similar issues? I tried anywhere to find any clue for solution, but no luck, and I don't waiting for PayPal to complete their test environment is an option.
I haven't had the same issue however have you imported your old accounts? That way you can use the same test email addresses and passwords as before.
Log into https://developer.paypal.com
Click Applications
Click Sandbox accounts
Click "Import data"
Enter your email address and password for the old developer account.
All settings for the prior accounts should be imported as well. Sandbox.paypal.com is still accessible too, you do need to be logged into your developer account to access it which is the same condition as before.
If you continue receiving a password error trying resetting the password to the accounts by following the steps below:
Log into https://developer.paypal.com
Click Applications
Click Sandbox accounts
Expand the account in question
Click "Profile"
Click "Change Password"
Lastly, you'll also want to delete all developer.paypal.com cookies and cache before using the beta environment. If you do not, you'll see the error message below:
"This Sandbox email address is not available. Please enter another email address."
Let me know if you continue to receive errors.

Triggering the Change Saved Password dialog in firefox

I am implementing a change password ui, but when I change the password, the dialog that firefox's password manager displays to change the saved password doesn't appear.
I can't find the documentation on what is required for the form fields to trigger this behavior.
If anyone has the resource that goes through how firefox decides when to display the change saved password dialog that would be helpful.

Resources