Hi Gaspare, As far as I'm aware there is no way to do this without modifying the source.
The generation of password resets are handled by this piece of code: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob;f=utils/src/com/cloud/utils/PasswordGenerator.java;h=022afd0d8bda7eaba84a8b67c595e676158837d4;hb=HEAD It is hard coded to generate passwords of length 6. Hope this helps, Ian On 6 August 2013 11:29, Gaspare A Silvestri <g.silves...@netsons.com> wrote: > Hello everybody, > > is therea way to improve the password complexity when generating a password > using the reset guest password script? > > Thanks in advance, > > Gaspare >