Exemplo n.º 1
0
        public string CreateRandomPassword()
        {
            string password = System.IO.Path.GetRandomFileName();

            CurrentUser.password = password.Replace(".", "");
            CreateMessage.ShowNewUserPassword(CurrentUser.password = CurrentUser.password.Substring(0, 8));
            return(CurrentUser.password = CurrentUser.password.Substring(0, 8));
        }