Is there a certbot command to display account details? - lets-encrypt

Is there a way to display the certbot account details (e.g. account ID, registered email, etc.)
I'm aware I can update the registration (including email) with "certbot register --update-registration --email "; and that the account ID can be seen in the URI of regr.json under "*/etc/letsencrypt/accounts/acme-v02.api.letsencrypt.org/directory/**".
But just wondering whether there's a command to display all the account related information...

Since version 1.23 there is a new subcommand to show details:
certbot show_account

Related

How Does a Laravel / Forge server determine which Github user gets the public key?

On which to automatically add the Forge servers public key? From the Forge account meta tab:
Typically, this key will automatically be added to GitHub or
Bitbucket. However, if you need to add it to a service manually, you
may copy it from here.
Typically, this is true. Our question is: How does Forge determine which user account gets the key?
We have several developers / user accounts on a single Github team. We'd like to configure a particular (machine) user to get all the Forge keys.
The user that connects/grants permissions to the forge account to their github/bitbucket account is where the key gets added.

Keycloak gives "Username or password is wrong" error after pressed "unlink users" button

I'm using a standalone Keycloak 4.5.0 version on the Centos for providing secure-login with LDAP for a web application.
It was working successfully but when somebody After pressing the "unlink users" button on the Keycloak Admin Panel > User federation > LDAP, anybody can not log in with the LDAP username and password because it gives that "Username or password is wrong" error.
I tried to pressing "Sychronize All Users" button but there is no changing.
So i restarted to keycloak appication from server but the problem was not change.
I checked the server logs of keycloak and it gives that :
11:22:51,152 ERROR [org.keycloak.events.EventBuilder] (default task-1) Event listener 'user' registered, but provider not found .
so please help me for this login problem and give info about the unlink users button.
thx for responses.
It is not possible for keycloak to get the password from ldap. After the unlink process the password can't be checked anymore and the login would fail. You have to set the "password reset action" for the users to let them specify a new one.
An interesting approach for migrating users can be found here: Migrate to Keycloak with Zero Downtime
Apparently, it's possible to re-link the users manually via the database:
Go to COMPONENT table, and find the configuration name of your LDAP
configuration in User Federation. Copy the ID
Go to your USER_ENTITY table and query the account you want to
restore
On the FEDERATION_LINK column of the account data, paste the
COMPONENT id
Verify by hitting the "Synchronized all user" button in your User
Federation configuration page
Sample query to Find Federation ID from COMPONENT table based on REALM_ID with query: SELECT id FROM COMPONENT WHERE NAME = '<mapper-ldap-name>' AND REALM_ID = '<realm-name>';.
Sample query to update federation_link column in USER_ENTITY based on REALM_ID with query:
UPDATE USER_ENTITY SET FEDERATION_LINK = '<federation-id>' WHERE REALM_ID = '<realm-name>';
We solved it by deleting all users except admin using a shell script like this and then "Synchronize all Users". You could also delete them through UI if you still have admin access.
kcadm=/opt/keycloak/bin/kcadm.sh
$kcadm config credentials --server http://localhost:8080/auth --realm master --user admin
for x in $($kcadm get users -r myrealm|jq -r '.[].id'); do $kcadm delete users/$x -r myrealm; done

Magento admin Forgot password not triggering email

I am checking "Forgot Password" link in Magento 1.9.1 but when I click on Forgot Password and provide my email id, it is giving message reset link email will be sent to your email id.
But I am not receiving any email for admin forgot password. I am getting password reset link for Customers account.
Can you please help with this?
Regards,
Nilesh Bhayani
if you install new them platform included your information probably change... I dont know which hosting u hired but all of them similar...
Follow this steps
Hosting's Cpanel > Web Application > My Application
select your apllication (magento , wordpress , joomla etc.) and click edit.
You can see your admin name , password and mail information... you can change it what you want... Control mail section, change mail adress and try again

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.

cannot install openx 2.8.10 localhost past register

Operating Windows7
I downloaded and unzipped Openx 2.8.10 into c:/wamp/www/
I started the OpenX installation into localhost and came to a screen:
Do you already have an OpenX.org account?
There were 2 Options: I have an OpenX.org account/ I do not have an OpenX.org account
I clicked: I do not have an OpenX.org account and entered a username.
The username came up as not available.
Tried again with a different username, and again, and again. I typed in a jumble of letters and symbols. Still not available.
AHA!! I went online and registered with www.openx.org. I received an activation key via email, activated my account and successfully registered.
I started the OpenX localhost installation again.
I came to the screen:
I have an OpenX.org account I do not have an OpenX.org account
I clicked:I have an OpenX.org account (!!!)
I entered my newly registered username and password and got:
Invalid user name or password. Please check that the OpenX User name and password are correct. [Yes, I did check. I re-entered them several times.]
If you have recently signed up for a new OpenX.org account, make sure you have gone into your email and activated your OpenX.org account.
I tried again, and again but I can't get past that registration screen.
I realized that the problem was not with the activation of the account openx.org, but with my browser Firefox 22.0a2 (with add-ons security) enabled.
My solution was to use a browser and clear light (no add-ons) that was actually the QtWeb Browser.
The installation proceeded smoothly with only QtWeb Browser.
Thank you!
Brazil

Resources