Sunbird-RC / community

Repo to enable discussions, issue tracking & documentation for the Sunbird-RC projects
MIT License
12 stars 23 forks source link

[BUG]:Website URL/Logo URL should have URL validations - it is accepting characters/Numbers and getting saved without HTTPS content #656

Open Pritams43 opened 1 year ago

Pritams43 commented 1 year ago

Form should get saved only when the fields is having HTTPS content with URL

Pritams43 commented 1 year ago

Image

suvarnakale commented 1 year ago

@Pritzz4 Two logout buttons do not appears now.

suvarnakale commented 1 year ago

@varadeth For URL validations, pattern needs to be added in the 'Issuer' schema for logo URL and Website URL. Below pattern works - "pattern" = "^(https?|ftp)://[^\\s/$.?#].[^\\s]*$"

varadeth commented 1 year ago

@tejash-jl could you please do this since i am not cannot push to this repository https://github.com/tejash-jl/ref-sunbird-certificate-demo

tejash-jl commented 1 year ago

@suvarnakale i have update the schema with pattern

Pritams43 commented 1 year ago

@suvarnakale One logout button were appearing after resolving the issue but now there is no logout button appears. Please check