Mentions légales du service

Skip to content

Add escaped quotes around the parameters to prevent spaces inside the string...

RAVERDY Pierre-Guillaume requested to merge hotfix-name-spaces into master
name: Hotfix
about: Quick bugfix with very localized and low impact changes.

Closes #100

Description

Bug when sending a parameter over ssh that has spaces (in our cases, full names). This prevents adding the user account on the BBB/Greenlight.

Add escaped quotes around the parameters to prevent side effect

Changelog

  • Fixed Bug when using a full name with spaces in the request form (#100)

How to test

  • create a request with a fullname (first last), should get all the emails, and should be able to log in with the provided credentials.

Merge request reports