password

CHANGE SUPER ADMIN PASSWORD

Hi

I need to know how to change the superadmin user info (username and password)

Someone had the same problem with this Pierre´s solution custom-Page-ChangePassword?

Hi, I have a problem with this very good page and I do not know why the error is happening.
https://community.bonitasoft.com/project/custom-page-changepassword

When install the Page-ChangePassword in bonitasoft 7.5.4 developer in localhost Windows its work fine but when I install in Bonitasoft Production Server at Linux this shows the blank page.

Thank you for the help

Juan

Change password BonitaSoft 7.4.1

Hello,

I try to create an application to change user password using the javascript expression XMLHttpRequest

This method works in version 7.3.1, but does not work in version 7.4.1 and also in version 7.5.1

return function()
{
var xhr = new XMLHttpRequest();

if($data.newPasswordDetails.newPassword == $data.newPasswordDetails.confirmPassword)
{

Connecting a mySQL database

Hello,

I'm extremely new when it comes to Bonita BPM and am having troubles connecting to my MySQL database. I can't seem to find any guides out there that are for the most recent version of Bonita BPM. Could someone give me a short tutorial and help walk me through what I need to do?

Thanks for your time,
Aaron

Setup Information:

Driver: com.mysql.jdbc.Driver
URL: jdbc:mysql://localhost:3306/firstdatabase
username:root
password:*******

Query: select * from testing where test_id = 'testingquery';

Change password via REST not possible for non-administrator / HTTP 403 Forbidden

Hi dear community,
I've built a Live Application that is called "Set your password".

This live application just has two input fields and one button.
The button sends the request to the Bonita API via put.

The payload is generated via Javascript:
var payload = { "password": $data.newPass, "password_confirm": $data.newPassRepeat };

The API is called via:
../API/identity/user/{{ userId.user_id }}

If I use this as an administrator, it works, as a user I get a 403 forbidden error. Why?

Change user password

Hey guys quick question here, as a user without an admin profile is there a way to change your password?

Where can users change their passwords?

Hi,

Yes, it's like a newbie question, I'm migrating from Bonita 5 and I can't find this option in the Bonita Portal. I can change the user password when I log as an admin, but if I use a normal user I can't. Where is it?

I've been searching on the documentation without success, I've done click on every option and I can't find it, I've tried with several users with the same result. I don't know what to do.

Well, again, do you know where is that option?

Thanks in advance.

Field validator error

Hello ! I have 2 password fields on my form: password and passwordConfirm And for the 2-nd field i use a Groovy expression validator with this params : return password.equals(field_passwordConfirm) (password is a text variable that takes value of field_password) .Independently the values of fields are equals or not bonita gives me my validators error text . How can i solve it?

Comment permettre au utilisateurs de modifier eux même leur mot de passe ?

Bonjour,

Comment permettre aux utilisateurs de modifier eux même leur mot de passe ?

Notifications