Password Change & Project Properties.

We want to make a great tool, help reporting any malfunction you experience
Post Reply
bcaintermstudent
Posts: 1
Joined: Tue Apr 17, 2018 5:17 am

Password Change & Project Properties.

Post by bcaintermstudent » Tue Apr 17, 2018 5:19 am

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!

dbremmen@gmail.com
Posts: 63
Joined: Sun Jan 07, 2018 6:30 pm

Re: Password Change & Project Properties.

Post by dbremmen@gmail.com » Wed Apr 18, 2018 4:39 am

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

ajnudnyg@gmail.com
Posts: 4
Joined: Wed Apr 18, 2018 3:06 am

Re: Password Change & Project Properties.

Post by ajnudnyg@gmail.com » Fri Apr 20, 2018 7:54 pm

Thank you very much! Everything seems to be working fine now.

dbremmen@gmail.com
Posts: 63
Joined: Sun Jan 07, 2018 6:30 pm

Re: Password Change & Project Properties.

Post by dbremmen@gmail.com » Mon Apr 23, 2018 1:05 am

Perfect! If you have any other problem or issue please contact us via the forum
Thanks!
David

boblq
Posts: 2
Joined: Sat Jul 14, 2018 3:45 am

Re: Password Change & Project Properties.

Post by boblq » Sat Jul 14, 2018 3:52 am

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.

boblq
Posts: 2
Joined: Sat Jul 14, 2018 3:45 am

Re: Password Change & Project Properties.

Post by boblq » Sat Jul 14, 2018 3:58 am

I cannot log in. Nor do I receive any email after trying the password forgotten process.

dbremmen@gmail.com
Posts: 63
Joined: Sun Jan 07, 2018 6:30 pm

Re: Password Change & Project Properties.

Post by dbremmen@gmail.com » Mon Jul 16, 2018 6:10 pm

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

Post Reply