Security image is not available in boonex - boonex-dolphin

I have installed a new dolphin-boonex(7.1) cms.but at join.php page i can't see captcha image.

Visit this link http://www.google.com/recaptcha
Generate
reCAPTCHA public key
reCAPTCHA private key
Now go to your boonex admin Admin -> Settings -> Advanced Settings
Now open Security tab in Advanced Settings page
Fill both key here
Clear your cache

Related

Password reset url is no longer active

Password resets have been being handled by a script. Now the server that the script was running on has been retired. I can't find where to set the password reset url to the gmail default. Any help would be appreciated.
The path the user takes is
settings => See all settings => Accounts => Google account Settings => security => password
This takes the user to a broken link.
In the Admin Dashboard choose
Domains
Click the hamburger in the top left corner
choose Security
choose Set up single sign-on with 3rd party IdP
Remove Change password URL
Click Save

JHipster OAuth2 + Keycloak user related use case

From various googling and reading https://www.jhipster.tech/security/#oauth2 , I gathered that in order to have mobile/social integration with JHipster generated app I should use OAuth2. Am I right to think this way? (I can't seem to find a clear cut answer to this)
I created a new application with JHipster v5.1.0 with OAuth2 enabled. I noticed a couple of features missing with regards to user management. Below are my questions.
How does a new user register a new account?
How does a user change password / reset forgotten password?
Hopefully someone with experience on the above can help clarify.
Thank you in advance.
For social login, yes your best option is OAuth 2.0. You can use JWT for mobile development with React Native (via JHipster Ignite) and Ionic (via Ionic for JHipster), so it's not necessarily required for mobile.
For user registration and change password, you'll need to enable those options in Keycloak or Okta. This blog post shows you how.
To summarize:
For Keycloak, you can enable registration by navigating to http://localhost:9080 and click on Administration Console. Login with admin/admin and click on the Login tab. This screen allows you to enable forgot password, remember me, and verify by email as well.
To enable self-service registration in Okta, you’ll need to navigate to the Classic UI from the Okta Developer Dashboard. There’s a link to toggle between the two in the top left corner of your screen.
Then navigate to Directory > Self-Registration and click Enable Registration. Set the default group to ROLE_USER, the Default redirect to a Custom URL with http://localhost:8080 as its value, and click Save.
NOTE: If you get an error that says 'http://localhost:8080' is not a valid redirect URI, it’s because you need to add http://localhost:8080 as a trusted redirect under Security > API > Trusted Origins. After making this change, navigate to Directory > Self-Service Registration and edit the settings to configure the custom URL again. It should work this time.

How to set the Security Q&A of Google Accounts?

I Deleted the Sercet Question when I checked my Google Account Security Settings. And Can't Restore it(to Set a new Security Question).Since I can't find the href to set this question.
Have Google Removed the Security Question?
Have you look here ? Sign-in & security
EDIT
Google has removed Security Question
Click the gear icon at the top of any Gmail page and select Mail settings.
Click Accounts and Import.
Click Change password recovery options in the 'Change account settings' section.
Click Edit under 'Security Question'.
Complete the form and click Save to make your changes

How to display reset password link on gerrit portal?

I am using LDAP mode of authentication and have written web service and clients to enable gerrit users to reset their passwords should they happen to forget it. For that, I added the following line into gerrit.config file:
[auth]
httpPasswordUrl = http://domain.com:port/Register/ChangePassword
However, this link is not visible anywhere on gerrit, either before login or post login. Can someone guide me on how to make this link "visible" to one and all (users)?
This link is displayed in the Settings -> HTTP Password screen. So this link cannot be used for users who forgot their password. I don't think there is an option to display such a link for non-logged-in users.
A possible solution would be displaying a custom footer / header which adds this link: https://gerrit-review.googlesource.com/Documentation/config-themes.html#_html_header_footer

How to change oauth project title on permissions page

It shows up "Project Default Service Account" instead of my project name, I see the project name on the google's console but on the permissions page for the given credentials attached to the project name I see that title, weird, anyone knows how to change that?
In the Cloud Console Auth section click on Consent Screen and it'll let you edit the look of that page, including the app title and logo.

Resources