telefonicaid / fiware-cosmos

fiware-cosmos toolkit for administration and support. Includes Sahara plugin
GNU Affero General Public License v3.0
11 stars 15 forks source link

[bug] Returned result by appUtils.buildUsername is not checked for invalid user #122

Closed frbattid closed 8 years ago

frbattid commented 8 years ago

When an invalid user is tried to be provisioned, the appUtils.buildUsername function returns null. Nevertheless, this null value is never checked, thus invalid users may be created.

frbattid commented 8 years ago

Fixed in PR https://github.com/telefonicaid/fiware-cosmos/pull/123