Page 1 of 1

Password Change & Project Properties.

Posted: Tue Apr 17, 2018 5:19 am
by bcaintermstudent
Hello,
first, when I tried to change my password, it said that there was an error which I should report onto forums. My username is bcaintermstudent.
Second, when I try to change the project properties to change the main class name and click Save, the whole window disappears and when I go back to properties, nothing is changed.
This is my code for reference:

Code: Select all

//java//
// creates a class of fruits//

class Fruit{
    String color;   //instance variables//
    int weight;
    boolean seeds;
}

public class Fruitmaker{
    public static void main(String[] args){ //file name//
        Fruit lemon = new Fruit(); //creating object in class//
        
        //giving value to instance variables
        lemon.color = "yellow";
        lemon.weight = 5;
        lemon.seeds = true;
        
        System.out.println("We have created a " + lemon.color + lemon.weight + " gram " + "fruit");
    }
}
Thanks you!

Re: Password Change & Project Properties.

Posted: Wed Apr 18, 2018 4:39 am
by dbremmen@gmail.com
Hi!

Thanks for reporting this issue!
We fixed a bug in the site regarding update of project properties, can you try again and confirm that is working?
About the update of the password, we tried to reproduce it but we were able to change the password without problems. Can you try again?
We are going to be monitoring both operations for your user

Regards
David

Re: Password Change & Project Properties.

Posted: Fri Apr 20, 2018 7:54 pm
by ajnudnyg@gmail.com
Thank you very much! Everything seems to be working fine now.

Re: Password Change & Project Properties.

Posted: Mon Apr 23, 2018 1:05 am
by dbremmen@gmail.com
Perfect! If you have any other problem or issue please contact us via the forum
Thanks!
David

Re: Password Change & Project Properties.

Posted: Sat Jul 14, 2018 3:52 am
by boblq
I am also having problems logging in.

When I try to use the lost password I never receive email.

I shall try to register again, but this will be my third try at using Browxy. I grow weary debugging your system.

Re: Password Change & Project Properties.

Posted: Sat Jul 14, 2018 3:58 am
by boblq
I cannot log in. Nor do I receive any email after trying the password forgotten process.

Re: Password Change & Project Properties.

Posted: Mon Jul 16, 2018 6:10 pm
by dbremmen@gmail.com
Hi!
Please send me an email to dbremmen@mail.beta.browxy.com with your email and I'll research about your problem
Best Regards
David