Git Product home page Git Product logo

Comments (14)

dacongda avatar dacongda commented on July 26, 2024 1

#2880

Does this mean that you have already made it possible to change the appearance of the registration form?

yes, but still have some limited

from casdoor.

casbin-bot avatar casbin-bot commented on July 26, 2024

@tangyang9464 @JalinWang @imp2002

from casdoor.

dacongda avatar dacongda commented on July 26, 2024

about signin button , you can use !important to solve ,

  .login-button {
    width: 100%;
    height:70px !important;
  }

image

about password field and username field , it may be solved soon

from casdoor.

dacongda avatar dacongda commented on July 26, 2024

btw, it seems that it is impossible to change the color of username field and password field without using the css selector

from casdoor.

kliatskiidenis avatar kliatskiidenis commented on July 26, 2024

btw, it seems that it is impossible to change the color of username field and password field without using the css selector

and even when I edit the fields in the login form, the registration form remains unchanged, how to edit it?

from casdoor.

kliatskiidenis avatar kliatskiidenis commented on July 26, 2024

where to find the fields to edit in the registration form, for example, the location of the button, according to the design, I need to put the button at the bottom and at full width
2024-04-14 22 50 13

from casdoor.

technodrome avatar technodrome commented on July 26, 2024

After visiting the demo, it seems to me that the layout, positions, colors, etc are completely hardcoded, save for form "editor" in the admin UI. This is very unfortunate approach. One should have complete control over look and feel of all user-related pages and their elements. Complete control over styling, positioning - in short, templating. Yes, there should be defaults, but hardcoded values cannot possibly be considered defaults.

Templates should be available with references to {{ .signupButton }} etc. Editor should concentrate on available items / logic, not on their order or styles. BTW, solving CSS specificity problems by using !important is most definitely suboptimal and cannot be considered a proper solution. It's a hack, at best.

from casdoor.

dacongda avatar dacongda commented on July 26, 2024

where to find the fields to edit in the registration form, for example, the location of the button, according to the design, I need to put the button at the bottom and at full width 2024-04-14 22 50 13

currently we can only change the style of signin form , the custom setting of signup form is in progress

from casdoor.

dacongda avatar dacongda commented on July 26, 2024

After visiting the demo, it seems to me that the layout, positions, colors, etc are completely hardcoded, save for form "editor" in the admin UI. This is very unfortunate approach. One should have complete control over look and feel of all user-related pages and their elements. Complete control over styling, positioning - in short, templating. Yes, there should be defaults, but hardcoded values cannot possibly be considered defaults.

Templates should be available with references to {{ .signupButton }} etc. Editor should concentrate on available items / logic, not on their order or styles. BTW, solving CSS specificity problems by using !important is most definitely suboptimal and cannot be considered a proper solution. It's a hack, at best.

we use antd for our input , select ,button ... components, so it is hard to change the style with css, althogh it provide a way to change with js link, but it may bring extra learning cost

from casdoor.

kliatskiidenis avatar kliatskiidenis commented on July 26, 2024

наразі ми можемо змінити лише стиль форми входу, користувальницьке налаштування форми реєстрації триває

Can you tell me when the functionality will be implemented to fully edit the appearance of the Registration, Login and Forgot password forms?

from casdoor.

dacongda avatar dacongda commented on July 26, 2024

наразі ми можемо змінити лише стиль форми входу, користувальницьке налаштування форми реєстрації триває

Can you tell me when the functionality will be implemented to fully edit the appearance of the Registration, Login and Forgot password forms?

may be this week

from casdoor.

kliatskiidenis avatar kliatskiidenis commented on July 26, 2024

may be this week

Please make it possible to completely replace the colors and sizes of the input checkboxes and other form elements, as well as the possibility to replace placeholders, labels and text with your own.
2024-04-15 о 08 57 25
Знімок екрана 2024-04-15 о 09 32 54

from casdoor.

dacongda avatar dacongda commented on July 26, 2024

may be this week

Please make it possible to completely replace the colors and sizes of the input checkboxes and other form elements, as well as the possibility to replace placeholders, labels and text with your own. 2024-04-15 о 08 57 25 Знімок екрана 2024-04-15 о 09 32 54

emmm.if you want to edit the text content, it will be better to change the source code, but i will try to made it

from casdoor.

kliatskiidenis avatar kliatskiidenis commented on July 26, 2024

#2880

Does this mean that you have already made it possible to change the appearance of the registration form?

from casdoor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.